Compare commits

...

3 Commits

Author SHA1 Message Date
kidhab
70dcbeff3f
Merge 996ed211c0 into 472fb9f6ac 2024-09-27 06:10:13 +00:00
Tulir Asokan
472fb9f6ac Remove outdated comment
[skip ci]
2024-09-08 00:58:55 +03:00
kidhab
996ed211c0
Change logfile path
Maubot's documentation suggest to create a `log` directoctory but with the former setting it was never used.
2022-06-12 22:20:18 +02:00

View File

@ -1,5 +1,4 @@
# The full URI to the database. SQLite and Postgres are fully supported.
# Other DBMSes supported by SQLAlchemy may or may not work.
# Format examples:
# SQLite: sqlite:filename.db
# Postgres: postgresql://username:password@hostname/dbname
@ -113,7 +112,7 @@ logging:
file:
class: logging.handlers.RotatingFileHandler
formatter: normal
filename: ./maubot.log
filename: ./logs/maubot.log
maxBytes: 10485760
backupCount: 10
console: