diff options
author | srividya0208 <a.srividya@vyos.io> | 2025-03-18 10:43:52 -0400 |
---|---|---|
committer | srividya0208 <a.srividya@vyos.io> | 2025-03-18 10:43:52 -0400 |
commit | ac4f351c9b738197950550ff23d5b3d53d68214b (patch) | |
tree | d5d4e758a71975c1bd4738a4307d4ca66f4e216c | |
parent | e1123e5c983b6367373a6a9c462f2b3efa9d148c (diff) | |
download | vyos-documentation-ac4f351c9b738197950550ff23d5b3d53d68214b.tar.gz vyos-documentation-ac4f351c9b738197950550ff23d5b3d53d68214b.zip |
syslog: 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. |