fix: adjust logging verbosity
All checks were successful
Update changelog / changelog (push) Successful in 26s

This commit is contained in:
2026-01-28 06:31:17 +01:00
parent a1c9e3807b
commit c59efaeff9

View File

@@ -2,7 +2,9 @@
"Logging": { "Logging": {
"LogLevel": { "LogLevel": {
"Default": "Information", "Default": "Information",
"Microsoft.AspNetCore": "Warning" "Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore.Database.Command": "Warning",
"Microsoft.AspNetCore.HttpLogging.HttpLoggingMiddleware": "Information"
} }
}, },
"AllowedHosts": "*", "AllowedHosts": "*",