diff options
author | reivilibre <38398653+reivilibre@users.noreply.github.com> | 2021-08-17 13:13:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-17 13:13:11 +0100 |
commit | 5f7b1e1f276fdd25304ff06076e1cd77cf3a9640 (patch) | |
tree | f5eb025160d5a19b39b8a359a7338d458a4fdb5f /changelog.d | |
parent | Flatten the synapse.rest.client package (#10600) (diff) | |
download | synapse-5f7b1e1f276fdd25304ff06076e1cd77cf3a9640.tar.xz |
Make `PeriodicallyFlushingMemoryHandler` the default logging handler. (#10518)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10518.feature | 1 |
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. |