summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorreivilibre <38398653+reivilibre@users.noreply.github.com>2021-08-17 13:13:11 +0100
committerGitHub <noreply@github.com>2021-08-17 13:13:11 +0100
commit5f7b1e1f276fdd25304ff06076e1cd77cf3a9640 (patch)
treef5eb025160d5a19b39b8a359a7338d458a4fdb5f /changelog.d
parentFlatten the synapse.rest.client package (#10600) (diff)
downloadsynapse-5f7b1e1f276fdd25304ff06076e1cd77cf3a9640.tar.xz
Make `PeriodicallyFlushingMemoryHandler` the default logging handler. (#10518)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10518.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10518.feature b/changelog.d/10518.feature
new file mode 100644
index 0000000000..112e4d105c
--- /dev/null
+++ b/changelog.d/10518.feature
@@ -0,0 +1 @@
+The default logging handler for new installations is now `PeriodicallyFlushingMemoryHandler`, a buffered logging handler which periodically flushes itself.