aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2021-06-09 14:25:58 +0200
committerGravatar Christian Hesse <mail@eworm.de>2021-06-09 14:42:43 +0200
commitd5f43aa26daa77d4211a3a71c2d8c6f765489891 (patch)
tree3a69c5ef1753ed848d5e187d9ed48ed0ff3ecfd3
parent401f179ae93be4199227ef91df87f7e516686e5f (diff)
log-forward: update comments in global-config
-rw-r--r--global-config7
1 files changed, 4 insertions, 3 deletions
diff --git a/global-config b/global-config
index d2b1f94..b22a05a 100644
--- a/global-config
+++ b/global-config
@@ -69,10 +69,11 @@
:global BackupUploadUser "mikrotik";
:global BackupUploadPass "v3ry-s3cr3t";
-# This defines a filter on log topics not to be forwarded.
+# This defines what log messages to filter by topic or message
+# text. Regular expressions are supported. Do *NOT* set an empty string,
+# that will filter everything!
+# These are filters, so excluding messages from forwarding.
:global LogForwardFilter "(debug|info)";
-# ... and the same for log message text. Regular expressions are supported.
-# Do *NOT* set an empty string - that will filter everything!
:global LogForwardFilterMessage [];
#:global LogForwardFilterMessage "message text";
#:global LogForwardFilterMessage "(message text|another text|...)";