diff options
author | Christian Hesse <mail@eworm.de> | 2023-10-05 22:20:32 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-10-05 22:20:32 +0200 |
commit | 702abd2a5d84dc95312bac3f43aebaaa5f159754 (patch) | |
tree | da572b2c52d8253f7030c9ad6e91fc0166252ff0 /global-config.rsc | |
parent | fedda2a946a336fd9204488b179d30ce1f0a5730 (diff) |
log-forward: add 'raw' in default filter...
... which is used when logging raw packets or commands.
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 7d3ef7c..172c4cd 100644 --- a/global-config.rsc +++ b/global-config.rsc @@ -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|...)"; |