diff options
author | Silke Hofstra <silkeh@users.noreply.github.com> | 2019-04-16 12:41:17 +0200 |
---|---|---|
committer | Amber Brown <hawkowl@atleastfornow.net> | 2019-04-16 20:41:17 +1000 |
commit | a137f4eac028fefda0787a168dd8853653155bc3 (patch) | |
tree | fb81c255fdf0f384aa4d69aa24322dcda9fa6add /changelog.d | |
parent | Merge pull request #5063 from matrix-org/erikj/move_endpoints (diff) | |
download | synapse-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.feature | 1 |
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]`. |