diff options
author | Christian Hesse <mail@eworm.de> | 2020-09-25 22:21:59 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-09-25 22:21:59 +0200 |
commit | 697e32a30640c7bb8c132aaed44968081e6e3872 (patch) | |
tree | 8bef82332df7bb9273f1159604bc21bdce977367 /global-config | |
parent | c3ea55523371403f07f116cb44eebfdf444c5628 (diff) |
log-forward: add filter on log message textchange-29
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/global-config b/global-config index 18754a8..446628f 100644 --- a/global-config +++ b/global-config @@ -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'! -:global GlobalConfigVersion 28; +:global GlobalConfigVersion 29; # This is used for DNS and backup file. :global Domain "example.com"; @@ -48,6 +48,9 @@ # This defines a filter on log topics not to be forwarded. :global LogForwardFilter "(debug|info|script)"; +# ... and the same for log message text. +:global LogForwardFilterMessage "^\$"; +#:global LogForwardFilterMessage "(^\$|message text|...)"; # Specify an address to enable auto update to version assumed safe. # The configured channel (bugfix, current, release-candidate) is appended. |