[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:
|
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
|
||||||
|
|
Loading…
Reference in a new issue