diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-10-18 13:34:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-18 13:34:33 +0200 |
commit | 560c1222672a241d89e74a1befe2a9f778732fdc (patch) | |
tree | 26d1d2b04b473cd25ef04d36df31e07dcef8d1f2 /changelog.d | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-560c1222672a241d89e74a1befe2a9f778732fdc.tar.xz |
Fix logging config for the docker image (#6197)
Turns out that loggers that are instantiated before the config is loaded get turned off. Also bring the logging config that is generated by --generate-config into line. Fixes #6194.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6197.docker | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6197.docker b/changelog.d/6197.docker new file mode 100644 index 0000000000..71fb9cbff5 --- /dev/null +++ b/changelog.d/6197.docker @@ -0,0 +1 @@ +Fix logging getting lost for the docker image. |