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

17 lines
221 B
JSON

{
"Logging": {
"IncludeScopes": true,
"Debug": {
"LogLevel": {
"Default": "Information"
}
},
"Console": {
"LogLevel": {
"Default": "Information"
}
}
}
}