From 5a54bdfe67947260ca9e586319cd99282eac7b72 Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Tue, 14 Nov 2023 16:58:02 +0100 Subject: [PATCH] matrix: rebase config against upstream --- roles/matrix/templates/matrix-synapse/log.yaml.j2 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/roles/matrix/templates/matrix-synapse/log.yaml.j2 b/roles/matrix/templates/matrix-synapse/log.yaml.j2 index d939102..60a1009 100644 --- a/roles/matrix/templates/matrix-synapse/log.yaml.j2 +++ b/roles/matrix/templates/matrix-synapse/log.yaml.j2 @@ -69,9 +69,7 @@ root: # Write logs to the `buffer` handler, which will buffer them together in memory, # then write them to a file. # - # Replace "buffer" with "console" to log to stderr instead. (Note that you'll - # also need to update the configuration for the `twisted` logger above, in - # this case.) + # Replace "buffer" with "console" to log to stderr instead. # handlers: [buffer]