reduce logging level

This commit is contained in:
Spirtix 2025-11-20 10:59:15 +01:00
parent 4e9ef56a8a
commit 83526569c1

View File

@ -74,7 +74,7 @@
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Information"
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"