Moved serilog config to appsettings and configured it to also catch MS logging messages.
Added Console log for Development
This commit is contained in:
@@ -1,11 +1,28 @@
|
||||
{
|
||||
"Serilog": {
|
||||
"MinimumLevel": {
|
||||
"Default": "Information"
|
||||
},
|
||||
"WriteTo:1":
|
||||
{
|
||||
"Name": "Async",
|
||||
"Args": {
|
||||
"configure": [
|
||||
{
|
||||
"Name": "Console"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
},
|
||||
"Umbraco": {
|
||||
"CMS": {
|
||||
"Global":{
|
||||
"Smtp": {
|
||||
"From": "your@email.here",
|
||||
"Host": "localhost",
|
||||
"Port": "25"
|
||||
// "From": "your@email.here",
|
||||
// "Host": "localhost",
|
||||
// "Port": "25"
|
||||
}
|
||||
},
|
||||
"Hosting":{
|
||||
|
||||
Reference in New Issue
Block a user