Improved api logging #85

This commit is contained in:
2022-10-25 20:19:05 +02:00
parent bf2a412dec
commit 6d8aa26883
6 changed files with 61 additions and 20 deletions

View File

@@ -13,7 +13,7 @@
},
"BotLoggingSettings": {
"Api": {
"Path": "logs/",
"Path": "logs/$date_now/",
"Filename": "api.log",
"ConsoleLogLevel": "TRACE",
"FileLogLevel": "TRACE"

View File

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

View File

@@ -13,7 +13,7 @@
},
"BotLoggingSettings": {
"Api": {
"Path": "logs/",
"Path": "logs/$date_now/",
"Filename": "api.log",
"ConsoleLogLevel": "ERROR",
"FileLogLevel": "INFO"

View File

@@ -13,7 +13,7 @@
},
"BotLoggingSettings": {
"Api": {
"Path": "logs/",
"Path": "logs/$date_now/",
"Filename": "api.log",
"ConsoleLogLevel": "INFO",
"FileLogLevel": "DEBUG"