diff options
author | Christian Hesse <mail@eworm.de> | 2020-11-13 22:46:26 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-11-13 22:46:26 +0100 |
commit | 966e7b6fd3291c01eb9ab5639c92bc1ea95f8e5d (patch) | |
tree | a4c68d4e4530f9e57c24579efc337d5dcede4168 | |
parent | 348cc2e3f395346b15941ff380c47e4675918808 (diff) |
log-forward: do not exclude topic 'script'
We have justified severity for some log message, so do no longer exclude
topic 'script'.
-rw-r--r-- | global-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-config b/global-config index 09eda44..9bbbc29 100644 --- a/global-config +++ b/global-config @@ -51,7 +51,7 @@ :global BackupUploadPass "v3ry-s3cr3t"; # This defines a filter on log topics not to be forwarded. -:global LogForwardFilter "(debug|info|script)"; +:global LogForwardFilter "(debug|info)"; # ... and the same for log message text. :global LogForwardFilterMessage "^\$|^Error sending e-mail <.* Log Forwarding>:"; #:global LogForwardFilterMessage "(^\$|message text|...)"; |