Mute logspam

This commit is contained in:
2026-04-04 20:33:44 +02:00
parent 22ee512cb7
commit 2e6951e695
4 changed files with 33 additions and 16 deletions

View File

@@ -5,7 +5,9 @@
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Warning",
"Microsoft.Hosting": "Warning"
}
},
"AllowedHosts": "*"