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": { "Logging": {
"LogLevel": { "LogLevel": {
"Default": "Debug", "Default": "Information",
"Microsoft": "Debug", "Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Debug" "Microsoft.Hosting.Lifetime": "Information"
} }
} }
} }