Moved umbraco file logging into minimal config

Signed-off-by: berg <mail@bergmania.dk>
This commit is contained in:
berg
2020-09-18 07:46:36 +02:00
parent a7c3b2dab8
commit 738bdfbbdd
3 changed files with 81 additions and 85 deletions

View File

@@ -3,7 +3,7 @@
"MinimumLevel": {
"Default": "Information"
},
"WriteTo:1":
"WriteTo":[
{
"Name": "Async",
"Args": {
@@ -14,15 +14,15 @@
]
}
}
]
},
"Umbraco": {
"CMS": {
"Global":{
"Smtp": {
// "From": "your@email.here",
// "Host": "localhost",
// "Port": "25"
"From": "your@email.here",
"Host": "localhost",
"Port": "25"
}
},
"Hosting":{