aboutsummaryrefslogtreecommitdiffstats
path: root/global-config-overlay
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2021-06-09 14:32:52 +0200
committerGravatar Christian Hesse <mail@eworm.de>2021-06-09 14:42:43 +0200
commitde61c14c6087cc181b057843649147e76b2304eb (patch)
tree50ec29f7e96a457a74985c9fc61b460f8e036496 /global-config-overlay
parentd5f43aa26daa77d4211a3a71c2d8c6f765489891 (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-overlay')
-rw-r--r--global-config-overlay2
1 files changed, 1 insertions, 1 deletions
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.