Reduce log level to hopefully lighten the load

This commit is contained in:
Jesper Hess 2019-03-05 20:00:20 +01:00
parent 05eb677c3f
commit 8b5e8a276b
Signed by untrusted user: graffen
GPG Key ID: 351A89E40D763F0F
1 changed files with 1 additions and 1 deletions

View File

@ -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"