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

... which is used when logging raw packets from dns and ssh,
and possibly others.
This commit is contained in:
Christian Hesse 2023-10-11 16:23:06 +02:00
parent 24823441c3
commit f6e65dd68c

View file

@ -105,7 +105,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|raw)";
:global LogForwardFilter "(debug|info|packet|raw)";
:global LogForwardFilterMessage [];
#:global LogForwardFilterMessage "message text";
#:global LogForwardFilterMessage "(message text|another text|...)";