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 -3
View File
@@ -1,9 +1,7 @@
{ {
"Logging": { "Logging": {
"LogLevel": { "LogLevel": {
"Default": "Information", "Default": "Information"
"Microsoft.AspNetCore": "Warning",
"DeepDrftContent.Controllers.TrackController": "Information"
} }
}, },
"AllowedHosts": "*", "AllowedHosts": "*",
+1 -2
View File
@@ -1,8 +1,7 @@
{ {
"Logging": { "Logging": {
"LogLevel": { "LogLevel": {
"Default": "Information", "Default": "Warning"
"Microsoft.AspNetCore": "Warning"
} }
}, },
"AllowedHosts": "*", "AllowedHosts": "*",
+1 -2
View File
@@ -1,8 +1,7 @@
{ {
"Logging": { "Logging": {
"LogLevel": { "LogLevel": {
"Default": "Information", "Default": "Warning"
"Microsoft.AspNetCore": "Warning"
} }
}, },
"AllowedHosts": "*", "AllowedHosts": "*",