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-overlay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'global-config-overlay') diff --git a/global-config-overlay b/global-config-overlay index 1466a4d..e3f3fd7 100644 --- a/global-config-overlay +++ b/global-config-overlay @@ -8,7 +8,7 @@ # Make sure all configuration properties are up to date and this # value is in sync with value in script 'global-functions'! # Comment or remove to disable news and change notifications. -:global GlobalConfigVersion 54; +:global GlobalConfigVersion 55; # Copy configuration from global-config here and modify it. -- cgit v1.2.3-54-g00ecf