diff options
author | reivilibre <38398653+reivilibre@users.noreply.github.com> | 2021-08-03 11:30:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-03 11:30:39 +0100 |
commit | f4ac934afe1d91bb0cc1bb6dafc77a94165aa740 (patch) | |
tree | 547e796ee12f627584d4bc92f7dedd972e7ac23f /changelog.d | |
parent | Extend the release script to tag and create the releases. (#10496) (diff) | |
download | synapse-f4ac934afe1d91bb0cc1bb6dafc77a94165aa740.tar.xz |
Revert use of PeriodicallyFlushingMemoryHandler by default (#10515)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10515.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10515.feature b/changelog.d/10515.feature new file mode 100644 index 0000000000..db277d9ecd --- /dev/null +++ b/changelog.d/10515.feature @@ -0,0 +1 @@ +Add a buffered logging handler which periodically flushes itself. |