Files
timetracker/timetracker.Server/appsettings.Development.json
T
Wieland, Marc 52842072e5 Loggin
2026-06-26 14:56:19 +02:00

19 lines
357 B
JSON

{
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Warning",
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Information"
}
}
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}