Files
mixtape/zero.Demo/appsettings.Development.json
T

11 lines
168 B
JSON
Raw Normal View History

2021-12-10 23:11:26 +01:00
{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
2021-12-27 11:32:58 +01:00
"zero": "Debug",
2021-12-10 23:11:26 +01:00
"Microsoft.AspNetCore": "Warning"
}
}
}