[backend/configuration] Add Iceshrimp to default log level configuration

This should make it easier to understand how to enable debug logging
This commit is contained in:
Laura Hausmann 2024-03-31 18:10:27 +02:00
parent e388e0989d
commit a4baef1b90
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -86,6 +86,7 @@ Path = /path/to/media/location
[Logging:LogLevel]
Default = Information
Iceshrimp = Information
Microsoft.AspNetCore = Warning
Microsoft.EntityFrameworkCore = Warning
Microsoft.EntityFrameworkCore.Migrations = Information