summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-05-31 20:53:45 +0100
committerErik Johnston <erik@matrix.org>2015-05-31 20:53:45 +0100
commitb579a8ea1863dc3b6a92dede3eb1c4d2d3e0b93c (patch)
tree7100b5de425054e3443037d87066d2cb09cf503d
parentMerge pull request #170 from matrix-org/markjh/SYT-8-recaptcha (diff)
parentcontrib/systemd: log_config.yaml: do not disable existing loggers (diff)
downloadsynapse-b579a8ea1863dc3b6a92dede3eb1c4d2d3e0b93c.tar.xz
Merge pull request #172 from intelfx/contrib-systemd
contrib/systemd: log_config.yaml: do not disable existing loggers
-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