update generic_worker locations

Signed-off-by: creme <creme@envs.net>
This commit is contained in:
creme 2022-04-05 16:50:02 +02:00
parent 15b1e54ee5
commit 6a5cb6f996
No known key found for this signature in database
GPG key ID: C147C3B7FBDF08D0
3 changed files with 7 additions and 32 deletions

View file

@ -19,7 +19,7 @@ handlers:
file:
class: logging.handlers.TimedRotatingFileHandler
formatter: precise
filename: /var/log/matrix-synapse/additional1.log
filename: /var/log/matrix-synapse/worker_additional1.log
when: midnight
backupCount: 2 # Does not include the current log file.
encoding: utf8

View file

@ -19,7 +19,7 @@ handlers:
file:
class: logging.handlers.TimedRotatingFileHandler
formatter: precise
filename: /var/log/matrix-synapse/presence.log
filename: /var/log/matrix-synapse/worker_presence.log
when: midnight
backupCount: 2 # Does not include the current log file.
encoding: utf8