chore: set Microsoft.AspNetCore log level to Warning

This commit is contained in:
daniel-c-harvey
2026-06-04 20:08:28 -04:00
parent f07ab4b235
commit b6572bead0
+1 -1
View File
@@ -2,7 +2,7 @@
"Logging": { "Logging": {
"LogLevel": { "LogLevel": {
"Default": "Information", "Default": "Information",
"Microsoft.AspNetCore": "Debug" "Microsoft.AspNetCore": "Warning"
} }
}, },
"AllowedHosts": "*", "AllowedHosts": "*",