diff options
author | reivilibre <38398653+reivilibre@users.noreply.github.com> | 2021-07-27 14:32:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 14:32:05 +0100 |
commit | e16eab29d671504144f4185d4738e5bfd7a3a2c6 (patch) | |
tree | 3f38f91b1d1a0b098eea51a33bc3248902d3385e /changelog.d | |
parent | Use new go test running syntax for complement. (#10488) (diff) | |
download | synapse-e16eab29d671504144f4185d4738e5bfd7a3a2c6.tar.xz |
Add a PeriodicallyFlushingMemoryHandler to prevent logging silence (#10407)
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10407.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10407.feature b/changelog.d/10407.feature new file mode 100644 index 0000000000..db277d9ecd --- /dev/null +++ b/changelog.d/10407.feature @@ -0,0 +1 @@ +Add a buffered logging handler which periodically flushes itself. |