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:
parent
cc5f9141fc
commit
996ed211c0
@ -117,7 +117,7 @@ logging:
|
||||
file:
|
||||
class: logging.handlers.RotatingFileHandler
|
||||
formatter: normal
|
||||
filename: ./maubot.log
|
||||
filename: ./logs/maubot.log
|
||||
maxBytes: 10485760
|
||||
backupCount: 10
|
||||
console:
|
||||
|
Loading…
Reference in New Issue
Block a user