diff options
author | Sergio Miguéns <lonyelon@gmail.com> | 2021-05-24 21:23:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-24 20:23:54 +0100 |
commit | 22a8838f626834c4ffc09761f4c5d65215cfc885 (patch) | |
tree | 9639cb2f8eb469bf8b40d5d867f75078b47ed6a3 /changelog.d | |
parent | Remove tls_fingerprints option (#9280) (diff) | |
download | synapse-22a8838f626834c4ffc09761f4c5d65215cfc885.tar.xz |
Fix docker image to not log at `/homeserver.log` (#10045)
Fixes #9970 Signed-off-by: Sergio Miguéns Iglesias lonyelon@lony.xyz
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10045.docker | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10045.docker b/changelog.d/10045.docker new file mode 100644 index 0000000000..70b65b0a01 --- /dev/null +++ b/changelog.d/10045.docker @@ -0,0 +1 @@ +Fix bug introduced in Synapse 1.33.0 which caused a `Permission denied: '/homeserver.log'` error when starting Synapse with the generated log configuration. Contributed by Sergio Miguéns Iglesias. |