BotSharp/BotSharp.WebHost/Settings/app.json
2018-07-13 07:21:40 -05:00

16 lines
213 B
JSON

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