diff options
author | Christian Hesse <mail@eworm.de> | 2021-06-09 14:32:52 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-06-09 14:42:43 +0200 |
commit | de61c14c6087cc181b057843649147e76b2304eb (patch) | |
tree | 50ec29f7e96a457a74985c9fc61b460f8e036496 /global-config.changes | |
parent | d5f43aa26daa77d4211a3a71c2d8c6f765489891 (diff) |
log-forward: implement reverse logic to include messages...change-55
... 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*.
Diffstat (limited to 'global-config.changes')
-rw-r--r-- | global-config.changes | 1 |
1 files changed, 1 insertions, 0 deletions
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 |