mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Merge pull request #4261 from matrix-org/rav/docker/remove_log_file
Remove obsolete settings from docker homeserver.yaml
This commit is contained in:
commit
956061732d
1
changelog.d/4261.misc
Normal file
1
changelog.d/4261.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Remove obsolete `verbose` and `log_file` settings from `homeserver.yaml` for Docker image.
|
@ -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 ##
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user