diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-12-04 12:29:55 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-12-04 12:31:00 +0000 |
commit | 75937e90338f93dfb9cf1c528c66f20fe213b0ad (patch) | |
tree | 7fec6337b78a24f85d071c39d354ef2b5755f75a /docker | |
parent | Add an option to enable recording IPs for appservice users (#3831) (diff) | |
download | synapse-75937e90338f93dfb9cf1c528c66f20fe213b0ad.tar.xz |
Remove obsolete settings from docker homeserver.yaml
These aren't used, because we have a `log_config` setting.
Diffstat (limited to 'docker')
-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 ## |