Change logfile path

Maubot's documentation suggest to create a `log` directoctory but with the former setting it was never used.
This commit is contained in:
kidhab 2022-06-12 22:20:18 +02:00 committed by GitHub
parent cc5f9141fc
commit 996ed211c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,7 @@ logging:
file:
class: logging.handlers.RotatingFileHandler
formatter: normal
filename: ./maubot.log
filename: ./logs/maubot.log
maxBytes: 10485760
backupCount: 10
console: