diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2022-10-27 15:39:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-27 14:39:47 +0100 |
commit | 1357ae869f279a3f0855c1b1c2750eca2887928e (patch) | |
tree | af687b03ff700906bc5ab99927f40daabf6c7683 /docs/sample_log_config.yaml | |
parent | Fix presence bug introduced in 1.64 by #13313 (#14243) (diff) | |
download | synapse-1357ae869f279a3f0855c1b1c2750eca2887928e.tar.xz |
Add workers settings to configuration manual (#14086)
* Add workers settings to configuration manual * Update `pusher_instances` * update url to python logger * update headlines * update links after headline change * remove link from `daemon process` There is no docs in Synapse for this * extend example for `federation_sender_instances` and `pusher_instances` * more infos about stream writers * add link to DAG * update `pusher_instances` * update `worker_listeners` * update `stream_writers` * Update `worker_name` Co-authored-by: David Robertson <davidr@element.io>
Diffstat (limited to 'docs/sample_log_config.yaml')
-rw-r--r-- | docs/sample_log_config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sample_log_config.yaml b/docs/sample_log_config.yaml index 3065a0e2d9..6339160d00 100644 --- a/docs/sample_log_config.yaml +++ b/docs/sample_log_config.yaml @@ -6,7 +6,7 @@ # Synapse also supports structured logging for machine readable logs which can # be ingested by ELK stacks. See [2] for details. # -# [1]: https://docs.python.org/3.7/library/logging.config.html#configuration-dictionary-schema +# [1]: https://docs.python.org/3/library/logging.config.html#configuration-dictionary-schema # [2]: https://matrix-org.github.io/synapse/latest/structured_logging.html version: 1 |