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

@@ -1,7 +1,7 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Default": "Debug",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}