From ac8c0318a9b34d3ca1f1dd96582fca1e1bf36213 Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Mon, 17 Jul 2023 16:26:28 +0200 Subject: [PATCH] matrix: rebase config against upstream --- roles/matrix/templates/matrix-synapse/log.yaml.j2 | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/roles/matrix/templates/matrix-synapse/log.yaml.j2 b/roles/matrix/templates/matrix-synapse/log.yaml.j2 index 9eb31e4..d939102 100644 --- a/roles/matrix/templates/matrix-synapse/log.yaml.j2 +++ b/roles/matrix/templates/matrix-synapse/log.yaml.j2 @@ -6,7 +6,7 @@ # Synapse also supports structured logging for machine readable logs which can # be ingested by ELK stacks. See [2] for details. # -# [1]: https://docs.python.org/3.7/library/logging.config.html#configuration-dictionary-schema +# [1]: https://docs.python.org/3/library/logging.config.html#configuration-dictionary-schema # [2]: https://matrix-org.github.io/synapse/latest/structured_logging.html version: 1 @@ -63,13 +63,6 @@ loggers: # information such as access tokens. level: INFO - twisted: - # We send the twisted logging directly to the file handler, - # to work around https://github.com/matrix-org/synapse/issues/3471 - # when using "buffer" logger. Use "console" to log to stderr instead. - handlers: [file] - propagate: false - root: level: INFO