log-forward: add parenthesis in filter expression

Looks like this works without parenthesis in RouterOS,
let's add it anyway.
This commit is contained in:
Christian Hesse 2020-11-26 10:32:17 +01:00
parent 056d273c11
commit 6b19cf2578

View file

@ -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.