AspNetCore.Docs/aspnetcore/fundamentals/logging/sample/appsettings.json

11 lines
168 B
JSON
Raw Normal View History

2016-10-01 05:19:40 +08:00
{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}