diff options
author | Christian Hesse <mail@eworm.de> | 2023-10-11 16:23:06 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-10-17 14:05:03 +0200 |
commit | f6e65dd68c20d951564e3a52475522a83c2f9a3d (patch) | |
tree | ca9c6c5c53659249b3a3137e168c82aca4bd9a49 /global-config.rsc | |
parent | 24823441c33b5558ff9b87f6a8586620e7dad079 (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.rsc | 2 |
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|...)"; |