Seenginx/Seenginx/appsettings.Development.json

11 lines
195 B
JSON
Raw Normal View History

2020-04-12 01:37:24 +02:00
{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
}