Fixed log level #70

This commit is contained in:
Sven Heidemann 2022-11-05 12:03:22 +01:00
parent e45d156e74
commit 422c9bbb25

View File

@ -8,7 +8,7 @@
"LoggingSettings": { "LoggingSettings": {
"Path": "logs/", "Path": "logs/",
"Filename": "bot.log", "Filename": "bot.log",
"ConsoleLogLevel": "DEBUG", "ConsoleLogLevel": "TRACE",
"FileLogLevel": "TRACE" "FileLogLevel": "TRACE"
}, },
"BotLoggingSettings": { "BotLoggingSettings": {