diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-08-05 09:35:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-05 09:35:17 +0100 |
commit | 0a86850ba37470837cbd19b33679763851c13b73 (patch) | |
tree | 49656886049260be0da00c5aae2f20dd31457476 /changelog.d/8011.bugfix | |
parent | bug report template: move comments into comment (#8030) (diff) | |
download | synapse-0a86850ba37470837cbd19b33679763851c13b73.tar.xz |
Stop the parent process flushing the logs on exit (#8012)
This solves the problem that the first few lines are logged twice on matrix.org. Hopefully the comments explain it.
Diffstat (limited to 'changelog.d/8011.bugfix')
-rw-r--r-- | changelog.d/8011.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8011.bugfix b/changelog.d/8011.bugfix new file mode 100644 index 0000000000..c673040de9 --- /dev/null +++ b/changelog.d/8011.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug which caused two copies of some log lines to be written when synctl was used along with a MemoryHandler logger. |