mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
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:
@@ -53,7 +53,7 @@
|
|||||||
# This defines a filter on log topics not to be forwarded.
|
# This defines a filter on log topics not to be forwarded.
|
||||||
:global LogForwardFilter "(debug|info)";
|
:global LogForwardFilter "(debug|info)";
|
||||||
# ... and the same for log message text.
|
# ... 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|...)";
|
#:global LogForwardFilterMessage "(^\$|message text|...)";
|
||||||
|
|
||||||
# Specify an address to enable auto update to version assumed safe.
|
# Specify an address to enable auto update to version assumed safe.
|
||||||
|
Reference in New Issue
Block a user