1 files changed, 0 insertions, 7 deletions
diff --git a/develop/print.html b/develop/print.html
index 4f506af5a2..f969b1d2e5 100644
--- a/develop/print.html
+++ b/develop/print.html
@@ -8807,13 +8807,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
|