forked from data.coop/ansible
Reduce log level to hopefully lighten the load
This commit is contained in:
parent
05eb677c3f
commit
8b5e8a276b
|
@ -68,7 +68,7 @@
|
|||
SYNAPSE_SERVER_NAME: "{{ base_domain }}"
|
||||
SYNAPSE_REPORT_STATS: "False"
|
||||
SYNAPSE_ENABLE_REGISTRATION: "True"
|
||||
SYNAPSE_LOG_LEVEL: "INFO"
|
||||
SYNAPSE_LOG_LEVEL: "ERROR"
|
||||
SYNAPSE_NO_TLS: "1"
|
||||
POSTGRES_HOST: "matrix_db"
|
||||
POSTGRES_USER: "synapse"
|
||||
|
|
Loading…
Reference in a new issue