diff options
author | Erik Johnston <erik@matrix.org> | 2015-05-31 20:53:45 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-05-31 20:53:45 +0100 |
commit | b579a8ea1863dc3b6a92dede3eb1c4d2d3e0b93c (patch) | |
tree | 7100b5de425054e3443037d87066d2cb09cf503d | |
parent | Merge pull request #170 from matrix-org/markjh/SYT-8-recaptcha (diff) | |
parent | contrib/systemd: log_config.yaml: do not disable existing loggers (diff) | |
download | synapse-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.yaml | 2 |
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 |