[synapse] logging: remove worker-worker prefix

This commit is contained in:
Nico Schottelius 2024-03-07 10:51:26 +09:00
parent fe3e7b2669
commit 84de0d08d9

View file

@ -17,7 +17,7 @@ handlers:
file: file:
class: logging.handlers.TimedRotatingFileHandler class: logging.handlers.TimedRotatingFileHandler
formatter: fmt formatter: fmt
filename: /logs/worker-{{ item }}.log filename: /logs/{{ item }}.log
when: midnight when: midnight
backupCount: 3 backupCount: 3
encoding: utf8 encoding: utf8