Disable database logging by default

This commit is contained in:
Laura Hausmann 2024-01-13 20:41:11 +01:00
parent 9b7029dbf3
commit cf4e2e240f
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -11,4 +11,5 @@ Password=iceshrimp
[Logging:LogLevel] [Logging:LogLevel]
Default=Information Default=Information
Microsoft.AspNetCore=Warning Microsoft.AspNetCore=Warning
Microsoft.EntityFrameworkCore=Warning