summary refs log tree commit diff
path: root/develop/sample_log_config.yaml
diff options
context:
space:
mode:
authorrichvdh <richvdh@users.noreply.github.com>2022-04-29 21:05:53 +0000
committerrichvdh <richvdh@users.noreply.github.com>2022-04-29 21:05:53 +0000
commitc0b49fcce5d189c3acb2697c72e6921b1261867e (patch)
tree29d42b5174f5c93cd40ea8314647c631de689726 /develop/sample_log_config.yaml
parentdeploy: e8d1ec0e92da96a01b6c723fcdb4eac27f801e87 (diff)
downloadsynapse-c0b49fcce5d189c3acb2697c72e6921b1261867e.tar.xz
deploy: 8d156ec0ba17d848581f18aa40ebfd76dda763d4
Diffstat (limited to 'develop/sample_log_config.yaml')
-rw-r--r--develop/sample_log_config.yaml7
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