From 996ed211c0be860bb10b2b0b04c331926bede815 Mon Sep 17 00:00:00 2001 From: kidhab <32387157+kidhab@users.noreply.github.com> Date: Sun, 12 Jun 2022 22:20:18 +0200 Subject: [PATCH] Change logfile path Maubot's documentation suggest to create a `log` directoctory but with the former setting it was never used. --- maubot/example-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maubot/example-config.yaml b/maubot/example-config.yaml index d157269..041a80b 100644 --- a/maubot/example-config.yaml +++ b/maubot/example-config.yaml @@ -117,7 +117,7 @@ logging: file: class: logging.handlers.RotatingFileHandler formatter: normal - filename: ./maubot.log + filename: ./logs/maubot.log maxBytes: 10485760 backupCount: 10 console: