mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-15 04:24:29 +02: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:
parent
348cc2e3f3
commit
966e7b6fd3
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
||||||
:global BackupUploadPass "v3ry-s3cr3t";
|
:global BackupUploadPass "v3ry-s3cr3t";
|
||||||
|
|
||||||
# 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|script)";
|
: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|...)";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue