From de61c14c6087cc181b057843649147e76b2304eb Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 9 Jun 2021 14:32:52 +0200 Subject: log-forward: implement reverse logic to include messages... ... even if a filter matches to exclude them. Let's have an example: :global LogForwardFilter "(debug|info)"; :global LogForwardInclude "account"; This will forward everything about topic *account* (login, logout, failed login, ...) - even with topic *info*. --- global-config.changes | 1 + 1 file changed, 1 insertion(+) (limited to 'global-config.changes') diff --git a/global-config.changes b/global-config.changes index 1721ab0..c4ccb69 100644 --- a/global-config.changes +++ b/global-config.changes @@ -58,6 +58,7 @@ 52="Updated Let's Encrypt trust chain to use root certificate 'ISRG Root X1'. Do not re-import the old chain!"; 53="Added support to send notifications via Matrix."; 54="Support for Telegram notifications moved to a module. It is installed automatically if required."; + 55="Added reverse logic in 'log-forward', so messages can be included even if filtered before."; }; # Migration steps to be applied on script updates -- cgit v1.2.3-54-g00ecf