summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorSilke Hofstra <silkeh@users.noreply.github.com>2019-04-16 12:41:17 +0200
committerAmber Brown <hawkowl@atleastfornow.net>2019-04-16 20:41:17 +1000
commita137f4eac028fefda0787a168dd8853653155bc3 (patch)
treefb81c255fdf0f384aa4d69aa24322dcda9fa6add /changelog.d
parentMerge pull request #5063 from matrix-org/erikj/move_endpoints (diff)
downloadsynapse-a137f4eac028fefda0787a168dd8853653155bc3.tar.xz
Add systemd-python to optional dependencies (#4339)
Using systemd-python allows for logging to the systemd journal,
as is documented in: `synapse/contrib/systemd/log_config.yaml`.

Signed-off-by: Silke Hofstra <silke@slxh.eu>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/4339.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4339.feature b/changelog.d/4339.feature
new file mode 100644
index 0000000000..cecff97b80
--- /dev/null
+++ b/changelog.d/4339.feature
@@ -0,0 +1 @@
+Add systemd-python to the optional dependencies to enable logging to the systemd journal. Install with `pip install matrix-synapse[systemd]`.