BackEnd/appsettings.json

16 lines
213 B
JSON
Raw Permalink Normal View History

2017-09-01 08:55:02 +00:00
{
"Logging": {
"IncludeScopes": false,
"Debug": {
"LogLevel": {
"Default": "Warning"
}
},
"Console": {
"LogLevel": {
"Default": "Warning"
}
}
}
}