Tweak log levels for non-dev environments
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-08-24 13:44:23 +02:00
parent 6b422545d9
commit de7e9a7131

View File

@@ -1,8 +1,9 @@
{ {
"Logging": { "Logging": {
"LogLevel": { "LogLevel": {
"Default": "Information", "Default": "Warning",
"Microsoft.AspNetCore": "Warning" "Vegasco": "Information",
"Microsoft.Hosting.Lifetime": "Information"
} }
}, },
"AllowedHosts": "*" "AllowedHosts": "*"