Compare commits

..

1 Commits

Author SHA1 Message Date
c59efaeff9 fix: adjust logging verbosity
All checks were successful
Update changelog / changelog (push) Successful in 26s
2026-01-28 06:31:17 +01:00

View File

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