Disable compressed static files logging

This commit is contained in:
Laura Hausmann 2024-05-22 15:12:42 +02:00
parent 5818b5ca7a
commit 0f22249bd8
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

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