[synapse] logging: remove worker-worker prefix
This commit is contained in:
parent
fe3e7b2669
commit
84de0d08d9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue