mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 08:46:04 -04:00
Fix logging config for the docker image (#6197)
Turns out that loggers that are instantiated before the config is loaded get turned off. Also bring the logging config that is generated by --generate-config into line. Fixes #6194.
This commit is contained in:
parent
1ee97cbd01
commit
560c122267
3 changed files with 5 additions and 3 deletions
|
@ -24,3 +24,5 @@ loggers:
|
|||
root:
|
||||
level: {{ SYNAPSE_LOG_LEVEL or "INFO" }}
|
||||
handlers: [console]
|
||||
|
||||
disable_existing_loggers: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue