[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
1 changed files with 1 additions and 1 deletions

View File

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