Fix some logging for production

This commit is contained in:
2021-11-06 23:27:33 -04:00
parent b5dfbcc09b
commit d87377c25c
3 changed files with 5 additions and 5 deletions

View File

@@ -4,9 +4,9 @@
},
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
}