summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2023-07-11 17:13:54 -0500
committerGitHub <noreply@github.com>2023-07-11 17:13:54 -0500
commit0371a354cf812593c724402c0dcfdab7257613ae (patch)
tree77aa1e60dcd037bbc3e2556920d02f9231eba04d /changelog.d
parentBetter warning in logs when we fail to fetch an alias (#15922) (diff)
downloadsynapse-0371a354cf812593c724402c0dcfdab7257613ae.tar.xz
Better clarify how to run a worker instance (pass both configs) (#15921)
Previously, if you just followed the instructions per the docs, you just ran into an error:

```sh
$ poetry run synapse_worker --config-path homeserver_generic_worker1.yaml

Missing mandatory `server_name` config option.
```
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15921.doc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15921.doc b/changelog.d/15921.doc
new file mode 100644
index 0000000000..02f34c73d5
--- /dev/null
+++ b/changelog.d/15921.doc
@@ -0,0 +1 @@
+Better clarify how to run a worker instance (pass both configs).