Squirrowse/squirrowse.web/appsettings.Development.json

10 lines
184 B
JSON
Raw Normal View History

2020-06-19 18:39:08 +02:00
{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
}