BackEnd/appsettings.Development.json

11 lines
168 B
JSON
Raw Normal View History

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