mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-24 21:04:28 +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,
|
# text. Regular expressions are supported. Do *NOT* set an empty string,
|
||||||
# that will filter or include everything!
|
# that will filter or include everything!
|
||||||
# These are filters, so excluding messages from forwarding.
|
# These are filters, so excluding messages from forwarding.
|
||||||
:global LogForwardFilter "(debug|info)";
|
:global LogForwardFilter "(debug|info|raw)";
|
||||||
:global LogForwardFilterMessage [];
|
:global LogForwardFilterMessage [];
|
||||||
#:global LogForwardFilterMessage "message text";
|
#:global LogForwardFilterMessage "message text";
|
||||||
#:global LogForwardFilterMessage "(message text|another text|...)";
|
#:global LogForwardFilterMessage "(message text|another text|...)";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue