From 8adf5899e69fb2e9e7ed782ace9b7857a66c4f20 Mon Sep 17 00:00:00 2001
From: "Jan Alexander Steffens (heftig)" <heftig@archlinux.org>
Date: Sun, 15 Aug 2021 00:11:52 +0200
Subject: [PATCH] matrix: Reduce synapse.logging.context logging to ERROR

This one is pretty spammy with warnings that don't mean much.
---
 roles/matrix/files/log_config.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/roles/matrix/files/log_config.yaml b/roles/matrix/files/log_config.yaml
index 8b901e833..46213104d 100644
--- a/roles/matrix/files/log_config.yaml
+++ b/roles/matrix/files/log_config.yaml
@@ -21,6 +21,9 @@ loggers:
         handlers: [journal]
         propagate: false
 
+    synapse.logging.context:
+        level: ERROR
+
 root:
     level: WARNING
     handlers: [buffer]
-- 
GitLab