aboutsummaryrefslogtreecommitdiffstats
path: root/global-config
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-07-15 12:22:55 +0200
committerGravatar Christian Hesse <mail@eworm.de>2020-07-15 12:41:29 +0200
commit6bce0a4b6a3d1ee48a1e4b4f40652ae490fb288c (patch)
tree5cff4a2b93eb6d0d305cd8f824cf6d9d63c3c206 /global-config
parent9740b1f26993bafe09834e19a0275036e2f5c22a (diff)
add 'log-forward', drop 'early-errors'change-23
Diffstat (limited to 'global-config')
-rw-r--r--global-config5
1 files changed, 4 insertions, 1 deletions
diff --git a/global-config b/global-config
index 0e4ae63..87ac2c7 100644
--- a/global-config
+++ b/global-config
@@ -8,7 +8,7 @@
# Make sure all configuration properties are up to date and this
# value is in sync with value in script 'global-functions'!
-:global GlobalConfigVersion 22;
+:global GlobalConfigVersion 23;
# This is used for DNS and backup file.
:global Domain "example.com";
@@ -42,6 +42,9 @@
:global BackupUploadUser "mikrotik";
:global BackupUploadPass "v3ry-s3cr3t";
+# This defines a filter on log topics not to be forwarded.
+:global LogForwardFilter "(debug|info|script)";
+
# Specify an address to enable auto update to version assumed safe.
# The configured channel (bugfix, current, release-candidate) is appended.
:global SafeUpdateUrl "";