0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-01 18:28:56 +02:00

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
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 ##