diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-12-04 14:07:28 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-12-04 14:07:28 +0000 |
commit | 002db39a36ecbe1b09775cb26cf756e436ab1d08 (patch) | |
tree | c46c70228af8f87dc5bfcb989383adb062e905ba /docker/conf/homeserver.yaml | |
parent | Revert "Merge branch 'rav/timestamp_patch' into matrix-org-hotfixes" (diff) | |
parent | fix upgrade.rst link again (diff) | |
download | synapse-002db39a36ecbe1b09775cb26cf756e436ab1d08.tar.xz |
Merge tag 'v0.34.0rc1' into matrix-org-hotfixes
Diffstat (limited to 'docker/conf/homeserver.yaml')
-rw-r--r-- | docker/conf/homeserver.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docker/conf/homeserver.yaml b/docker/conf/homeserver.yaml index d5074be6dd..c2b8576a32 100644 --- a/docker/conf/homeserver.yaml +++ b/docker/conf/homeserver.yaml @@ -14,6 +14,7 @@ server_name: "{{ SYNAPSE_SERVER_NAME }}" pid_file: /homeserver.pid web_client: False soft_file_limit: 0 +log_config: "/compiled/log.config" ## Ports ## @@ -67,9 +68,6 @@ database: ## Performance ## event_cache_size: "{{ SYNAPSE_EVENT_CACHE_SIZE or "10K" }}" -verbose: 0 -log_file: "/data/homeserver.log" -log_config: "/compiled/log.config" ## Ratelimiting ## |