BotSharp/Settings/logging.json
2018-09-06 17:32:51 -05:00

16 lines
213 B
JSON

{
"Logging": {
"IncludeScopes": false,
"Debug": {
"LogLevel": {
"Default": "Warning"
}
},
"Console": {
"LogLevel": {
"Default": "Warning"
}
}
}
}