diff options
author | Christian Hesse <mail@eworm.de> | 2020-11-26 10:32:17 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-11-26 10:32:17 +0100 |
commit | 6b19cf2578fb840d286e6539fa82acbacbf6cca5 (patch) | |
tree | d229378f7f79897ec68b462c7dcb542914a7c606 /global-config | |
parent | 056d273c112ca2f2c767f4aa48fd39ebb4517531 (diff) |
log-forward: add parenthesis in filter expression
Looks like this works without parenthesis in RouterOS,
let's add it anyway.
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-config b/global-config index 591bdda..b681163 100644 --- a/global-config +++ b/global-config @@ -53,7 +53,7 @@ # This defines a filter on log topics not to be forwarded. :global LogForwardFilter "(debug|info)"; # ... and the same for log message text. -:global LogForwardFilterMessage "^\$|^Error sending e-mail <.* Log Forwarding>:"; +:global LogForwardFilterMessage "(^\$|^Error sending e-mail <.* Log Forwarding>:)"; #:global LogForwardFilterMessage "(^\$|message text|...)"; # Specify an address to enable auto update to version assumed safe. |