1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

log-forward: add 'raw' in default filter...

... which is used when logging raw packets or commands.
This commit is contained in:
Christian Hesse
2023-10-05 22:20:32 +02:00
parent fedda2a946
commit 702abd2a5d

View File

@@ -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|...)";