Remove obsolete settings from docker homeserver.yaml

These aren't used, because we have a `log_config` setting.
This commit is contained in:
Richard van der Hoff 2018-12-04 12:29:55 +00:00
parent 1737753a62
commit 75937e9033
2 changed files with 2 additions and 3 deletions

1
changelog.d/4261.misc Normal file
View File

@ -0,0 +1 @@
Remove obsolete `verbose` and `log_file` settings from `homeserver.yaml` for Docker image.

View File

@ -14,6 +14,7 @@ server_name: "{{ SYNAPSE_SERVER_NAME }}"
pid_file: /homeserver.pid pid_file: /homeserver.pid
web_client: False web_client: False
soft_file_limit: 0 soft_file_limit: 0
log_config: "/compiled/log.config"
## Ports ## ## Ports ##
@ -67,9 +68,6 @@ database:
## Performance ## ## Performance ##
event_cache_size: "{{ SYNAPSE_EVENT_CACHE_SIZE or "10K" }}" event_cache_size: "{{ SYNAPSE_EVENT_CACHE_SIZE or "10K" }}"
verbose: 0
log_file: "/data/homeserver.log"
log_config: "/compiled/log.config"
## Ratelimiting ## ## Ratelimiting ##