add log config

This commit is contained in:
Sebastian Hugentobler 2016-08-03 13:49:46 +02:00
parent de68dc18b7
commit 3f8e81c2da
2 changed files with 2 additions and 3 deletions

View file

@ -13,7 +13,7 @@ handlers:
file:
class: logging.handlers.RotatingFileHandler
formatter: precise
filename: /homeserver.log
filename: /var/lib/synapse/homeserver.log
maxBytes: 104857600
backupCount: 10
filters: [context]