mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
log-forward: do not exclude topic 'script'
We have justified severity for some log message, so do no longer exclude topic 'script'.
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
:global BackupUploadPass "v3ry-s3cr3t";
|
||||
|
||||
# This defines a filter on log topics not to be forwarded.
|
||||
:global LogForwardFilter "(debug|info|script)";
|
||||
:global LogForwardFilter "(debug|info)";
|
||||
# ... and the same for log message text.
|
||||
:global LogForwardFilterMessage "^\$|^Error sending e-mail <.* Log Forwarding>:";
|
||||
#:global LogForwardFilterMessage "(^\$|message text|...)";
|
||||
|
Reference in New Issue
Block a user