aboutsummaryrefslogtreecommitdiffstats
path: root/global-config.rsc
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2023-10-11 16:23:06 +0200
committerGravatar Christian Hesse <mail@eworm.de>2023-10-17 14:05:03 +0200
commitf6e65dd68c20d951564e3a52475522a83c2f9a3d (patch)
treeca9c6c5c53659249b3a3137e168c82aca4bd9a49 /global-config.rsc
parent24823441c33b5558ff9b87f6a8586620e7dad079 (diff)
log-forward: add 'packet' in default filter...
... which is used when logging raw packets from dns and ssh, and possibly others.
Diffstat (limited to 'global-config.rsc')
-rw-r--r--global-config.rsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/global-config.rsc b/global-config.rsc
index 0ea18e5..28148e0 100644
--- a/global-config.rsc
+++ b/global-config.rsc
@@ -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|...)";