summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2024-09-17 09:28:26 +0100
committerGitHub <noreply@github.com>2024-09-17 09:28:26 +0100
commitd291cabf3416b0d9b6f868666179a108fd95fdda (patch)
tree7748703e05bd4cded698986fec12ccc17df20543
parentd56c8b081ac85b5030fcdae2da65a872c298807c (diff)
parent32a28ee7f78e80638065d88f67a68ee6d05f3462 (diff)
downloadvyos-documentation-current.tar.gz
vyos-documentation-current.zip
Merge pull request #1548 from nvollmar/T6721HEADcurrent
T6721: add documentation for global syslog config options
-rw-r--r--docs/configuration/system/syslog.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/configuration/system/syslog.rst b/docs/configuration/system/syslog.rst
index cc7ac676..ae1b9273 100644
--- a/docs/configuration/system/syslog.rst
+++ b/docs/configuration/system/syslog.rst
@@ -17,6 +17,24 @@ Syslog supports logging to multiple targets, those targets could be a plain
file on your VyOS installation itself, a serial console or a remote syslog
server which is reached via :abbr:`IP (Internet Protocol)` UDP/TCP.
+Global
+------
+
+.. cfgcmd:: system syslog global marker interval <number>
+
+Interval (in seconds) for sending mark messages to the syslog input to
+indicate that the logging system is functioning.
+
+.. cfgcmd:: system syslog global preserve-fqdn
+
+If set, the domain part of the hostname is always sent,
+even within the same domain as the receiving system.
+
+.. cfgcmd:: system rsyslog global facility <keyword> level <keyword>
+
+Filter syslog messages based on facility and level.
+
+
Console
-------