Skip to content

Commit 4e2f848

Browse files
Guillaume De Saint MartinGuillaumeDSM
authored andcommitted
[Logs] increase logfiles size
1 parent 374fd3c commit 4e2f848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

octobot/config/logging_config.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ args=(sys.stdout,)
2121
class=handlers.RotatingFileHandler
2222
level=DEBUG
2323
formatter=fileFormatter
24-
args=('logs/OctoBot.log', 'a', 8000000, 20)
24+
args=('logs/OctoBot.log', 'a', 24000000, 20)
2525

2626
[formatter_consoleFormatter]
2727
class=colorlog.ColoredFormatter

0 commit comments

Comments
 (0)