Rename logging file to retribution.log

This commit is contained in:
Raffson
2022-09-18 18:15:06 +02:00
parent 3be5e45374
commit 9f0c0ccb32

View File

@@ -18,7 +18,7 @@ handlers:
class: logging.handlers.RotatingFileHandler
level: DEBUG
formatter: default
filename: logs/liberation.log
filename: logs/retribution.log
maxBytes: 5242880
backupCount: 1
encoding: utf8