From fd3805b40a24bf1f40045a59c8c0282c1588be05 Mon Sep 17 00:00:00 2001 From: sebres Date: Tue, 8 Nov 2022 19:26:23 +0100 Subject: [PATCH] changelog: backend `systemd`: code review and several fixes --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 61258d24..d8ea2fb4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,10 @@ ver. 1.0.2-dev-1 (20??/??/??) - development nightly edition ----------- ### Fixes +* backend `systemd`: code review and several fixes: + - wait only if it is necessary, e. g. in operational mode and if no more entries retrieved (end of journal); + - ensure we give enough time after possible rotation, vacuuming or adding/removing journal files, + and move cursor back and forth to avoid entering dead space * `filter.d/named-refused.conf`: - support BIND named log categories, gh-3388 - allow `info:` as possible error prefix too ("query (cache) denied" may occur as info)