1 files changed, 0 insertions, 7 deletions
diff --git a/develop/sample_log_config.yaml b/develop/sample_log_config.yaml
index 2485ad25ed..3065a0e2d9 100644
--- a/develop/sample_log_config.yaml
+++ b/develop/sample_log_config.yaml
@@ -62,13 +62,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
|