From 6b19cf2578fb840d286e6539fa82acbacbf6cca5 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 26 Nov 2020 10:32:17 +0100 Subject: log-forward: add parenthesis in filter expression Looks like this works without parenthesis in RouterOS, let's add it anyway. --- global-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3-54-g00ecf