20 lines
341 B
JSON
20 lines
341 B
JSON
{
|
|
"Logging": {
|
|
//"IncludeScopes": false,
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}//,
|
|
//"Debug": {
|
|
// "LogLevel": {
|
|
// "Default": "Warning"
|
|
// }
|
|
//},
|
|
//"Console": {
|
|
// "LogLevel": {
|
|
// "Default": "Warning"
|
|
// }
|
|
//}
|
|
}
|
|
}
|