AspNetCore.Docs/aspnetcore/fundamentals/logging/sample2/appsettings2.json

17 lines
221 B
JSON
Raw Normal View History

2017-08-04 03:34:20 +08:00
{
"Logging": {
"IncludeScopes": true,
"Debug": {
"LogLevel": {
"Default": "Information"
}
},
"Console": {
"LogLevel": {
"Default": "Information"
}
}
}
}