aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-11-26 10:32:17 +0100
committerGravatar Christian Hesse <mail@eworm.de>2020-11-26 10:32:17 +0100
commit6b19cf2578fb840d286e6539fa82acbacbf6cca5 (patch)
treed229378f7f79897ec68b462c7dcb542914a7c606
parent056d273c112ca2f2c767f4aa48fd39ebb4517531 (diff)
log-forward: add parenthesis in filter expression
Looks like this works without parenthesis in RouterOS, let's add it anyway.
-rw-r--r--global-config2
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.