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