Fix Development appsettings

This commit is contained in:
jvyden 2022-07-27 16:59:00 -04:00
commit 836e2293e0
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

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