BotSharp/BotSharp.WebHost/Settings/logging.json
2020-09-08 15:23:07 +08:00

20 lines
341 B
JSON

{
"Logging": {
//"IncludeScopes": false,
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}//,
//"Debug": {
// "LogLevel": {
// "Default": "Warning"
// }
//},
//"Console": {
// "LogLevel": {
// "Default": "Warning"
// }
//}
}
}