diff --git a/README.md b/README.md index 33e4209..887e8ee 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,6 @@ tracking](https://element-hq.github.io/synapse/latest/consent_tracking.html) 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 We'll need a TURN server, and we'll use diff --git a/synapse/README.md b/synapse/README.md index 25e374f..b2ac1c1 100644 --- a/synapse/README.md +++ b/synapse/README.md @@ -41,3 +41,11 @@ There are two different ways to configure Synapse, documented here: * [Workers](workers) 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). + +