diff options
author | Robert Göhler <github@ghlr.de> | 2025-03-18 22:22:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-18 22:22:43 +0100 |
commit | 1c470d8f7a791c04fea3f6b8931d7f100dfcddc3 (patch) | |
tree | d5d4e758a71975c1bd4738a4307d4ca66f4e216c | |
parent | e1123e5c983b6367373a6a9c462f2b3efa9d148c (diff) | |
parent | ac4f351c9b738197950550ff23d5b3d53d68214b (diff) | |
download | vyos-documentation-1c470d8f7a791c04fea3f6b8931d7f100dfcddc3.tar.gz vyos-documentation-1c470d8f7a791c04fea3f6b8931d7f100dfcddc3.zip |
Merge pull request #1610 from srividya0208/syslog
syslog: Add missing set in front of commands
-rw-r--r-- | docs/configuration/system/syslog.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/configuration/system/syslog.rst b/docs/configuration/system/syslog.rst index 41a65934..2a3eaa13 100644 --- a/docs/configuration/system/syslog.rst +++ b/docs/configuration/system/syslog.rst @@ -20,18 +20,18 @@ server which is reached via :abbr:`IP (Internet Protocol)` UDP/TCP. Global Settings --------------- -.. cfgcmd:: system syslog marker interval <number> +.. cfgcmd:: set system syslog marker interval <number> Interval (in seconds) for sending mark messages to the syslog input to indicate that the logging system is functioning. This defaults to 1200 seconds. -.. cfgcmd:: system syslog marker disable +.. cfgcmd:: set system syslog marker disable Disable periodic injection of mark messages. -.. cfgcmd:: system syslog preserve-fqdn +.. cfgcmd:: set system syslog preserve-fqdn If set, the domain part of the hostname is always sent, even within the same domain as the receiving system. |