mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
log-forward: add 'raw' in default filter...
... which is used when logging raw packets or commands.
This commit is contained in:
parent
fedda2a946
commit
702abd2a5d
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@
|
|||
# text. Regular expressions are supported. Do *NOT* set an empty string,
|
||||
# that will filter or include everything!
|
||||
# These are filters, so excluding messages from forwarding.
|
||||
:global LogForwardFilter "(debug|info)";
|
||||
:global LogForwardFilter "(debug|info|raw)";
|
||||
:global LogForwardFilterMessage [];
|
||||
#:global LogForwardFilterMessage "message text";
|
||||
#:global LogForwardFilterMessage "(message text|another text|...)";
|
||||
|
|
Loading…
Reference in a new issue