void.cat/VoidCat/appsettings.Development.json

10 lines
145 B
JSON
Raw Normal View History

2022-01-25 16:17:48 +00:00
{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}