mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-23 20:34:27 +02: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…
Add table
Add a link
Reference in a new issue