summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorreivilibre <38398653+reivilibre@users.noreply.github.com>2021-07-27 14:32:05 +0100
committerGitHub <noreply@github.com>2021-07-27 14:32:05 +0100
commite16eab29d671504144f4185d4738e5bfd7a3a2c6 (patch)
tree3f38f91b1d1a0b098eea51a33bc3248902d3385e /changelog.d
parentUse new go test running syntax for complement. (#10488) (diff)
downloadsynapse-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.feature1
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.