mirror of
https://git.envs.net/envs/matrix-conf.git
synced 2025-08-01 11:16:07 -04:00
update generic_worker locations
Signed-off-by: creme <creme@envs.net>
This commit is contained in:
parent
15b1e54ee5
commit
6a5cb6f996
3 changed files with 7 additions and 32 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue