From 4f54f529ab3a6551e1c2452c73573e6e77cb3e88 Mon Sep 17 00:00:00 2001
From: Hans van Zijst <hans@procolix.com>
Date: Mon, 4 Nov 2024 15:18:52 +0100
Subject: [PATCH] Last bit moved.

---
 README.md         | 6 ------
 synapse/README.md | 8 ++++++++
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 33e42095..887e8ee1 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 25e374fa..b2ac1c13 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).
+
+