Rename logging file to retribution.log

This commit is contained in:
Raffson 2022-09-18 18:15:06 +02:00
parent 3be5e45374
commit 9f0c0ccb32
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

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