summary refs log tree commit diff
path: root/contrib
diff options
context:
space:
mode:
authorIvan Shapovalov <intelfx100@gmail.com>2015-05-31 19:21:55 +0300
committerIvan Shapovalov <intelfx100@gmail.com>2015-05-31 19:25:21 +0300
commit53ef3a0bfebae941cf320ceee56499faafd3f31c (patch)
tree7100b5de425054e3443037d87066d2cb09cf503d /contrib
parentMerge pull request #170 from matrix-org/markjh/SYT-8-recaptcha (diff)
downloadsynapse-53ef3a0bfebae941cf320ceee56499faafd3f31c.tar.xz
contrib/systemd: log_config.yaml: do not disable existing loggers
It turned out that merely configuring the root logger is not enough for
"catch-all" semantics. The logging subsystem also needs to be told not
to disable existing loggers (so that their messages will get propagated
to handlers up the logging hierarchy, not just silently discarded).

Signed-off-by: Ivan Shapovalov <intelfx100@gmail.com>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/systemd/log_config.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/systemd/log_config.yaml b/contrib/systemd/log_config.yaml
index e16fb5456a..d85bdd1208 100644
--- a/contrib/systemd/log_config.yaml
+++ b/contrib/systemd/log_config.yaml
@@ -21,3 +21,5 @@ handlers:
 root:
     level: INFO
     handlers: [journal]
+
+disable_existing_loggers: False