Files
marechai/cicm_web/appsettings.Development.json

11 lines
168 B
JSON
Raw Normal View History

2018-04-11 05:55:27 +01:00
{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}