mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-07-24 12:54:37 +02: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:
parent
056d273c11
commit
6b19cf2578
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue