fix: logging levels in Prod

This commit is contained in:
daniel-c-harvey
2026-06-26 05:44:19 -04:00
parent 76f7f389a3
commit 4fe2d564d9
3 changed files with 3 additions and 7 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
"Default": "Warning"
}
},
"AllowedHosts": "*",