about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorSophie Tauchert <sophie.tauchert@relaxdays.de>2023-07-31 10:35:13 +0200
committerSophie Tauchert <sophie@999eagle.moe>2023-09-18 08:24:36 +0200
commit857b4932eca927df0f2cb1ac8bbbae72a0960c0b (patch)
treedb3f08a8f53c3931581f78c350464491be73d69d /nixos
parent2edea7611bff66697e1aa5f5b8921a5be9d3e6a6 (diff)
nixos/synapse: remove obsolete log context
see https://github.com/matrix-org/synapse/commit/0304ad0c3d79e44e78f9658e71f1e1533e3aa4e2 for when this was removed upstream
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/matrix/synapse-log_config.yaml6
1 files changed, 0 insertions, 6 deletions
diff --git a/nixos/modules/services/matrix/synapse-log_config.yaml b/nixos/modules/services/matrix/synapse-log_config.yaml
index d85bdd1208f9a..c4b2b0d8acf5f 100644
--- a/nixos/modules/services/matrix/synapse-log_config.yaml
+++ b/nixos/modules/services/matrix/synapse-log_config.yaml
@@ -6,16 +6,10 @@ formatters:
     journal_fmt:
         format: '%(name)s: [%(request)s] %(message)s'
 
-filters:
-    context:
-        (): synapse.util.logcontext.LoggingContextFilter
-        request: ""
-
 handlers:
     journal:
         class: systemd.journal.JournalHandler
         formatter: journal_fmt
-        filters: [context]
         SYSLOG_IDENTIFIER: synapse
 
 root: