Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4261 from matrix-org/rav/docker/remove_log_file
Browse files Browse the repository at this point in the history
Remove obsolete settings from docker homeserver.yaml
  • Loading branch information
richvdh authored Dec 4, 2018
2 parents b164241 + 75937e9 commit 9560617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions changelog.d/4261.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove obsolete `verbose` and `log_file` settings from `homeserver.yaml` for Docker image.
4 changes: 1 addition & 3 deletions docker/conf/homeserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ##

Expand Down Expand Up @@ -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 ##

Expand Down

0 comments on commit 9560617

Please sign in to comment.