BotSharp/BotSharp.WebHost/Settings/logging.json

20 lines
341 B
JSON
Raw Normal View History

2020-09-08 07:23:07 +00:00
{
"Logging": {
2020-09-08 07:23:07 +00:00
//"IncludeScopes": false,
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}//,
//"Debug": {
// "LogLevel": {
// "Default": "Warning"
// }
//},
//"Console": {
// "LogLevel": {
// "Default": "Warning"
// }
//}
}
}