Last bit moved.
This commit is contained in:
parent
68e4e127ab
commit
4f54f529ab
|
@ -29,12 +29,6 @@ tracking](https://element-hq.github.io/synapse/latest/consent_tracking.html)
|
||||||
Configuration is documented under [synapse](synapse).
|
Configuration is documented under [synapse](synapse).
|
||||||
|
|
||||||
|
|
||||||
## Logging
|
|
||||||
|
|
||||||
Logging is configured in `log.yaml`. Some logging should go to systemd, the
|
|
||||||
more specific logging to Synapse's own logfile(s).
|
|
||||||
|
|
||||||
|
|
||||||
# TURN
|
# TURN
|
||||||
|
|
||||||
We'll need a TURN server, and we'll use
|
We'll need a TURN server, and we'll use
|
||||||
|
|
|
@ -41,3 +41,11 @@ There are two different ways to configure Synapse, documented here:
|
||||||
* [Workers](workers)
|
* [Workers](workers)
|
||||||
|
|
||||||
We'll use Synapse, using the workers architecture to make it scalable, flexible and reusable.
|
We'll use Synapse, using the workers architecture to make it scalable, flexible and reusable.
|
||||||
|
|
||||||
|
|
||||||
|
## Logging
|
||||||
|
|
||||||
|
Logging is configured in `log.yaml`. Some logging should go to systemd, the
|
||||||
|
more specific logging to Synapse's own logfile(s).
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue