diff options
author | Christian Breunig <christian@breunig.cc> | 2025-03-04 16:11:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-04 16:11:02 +0100 |
commit | de7cf37106e03b37449f628240d02cc037849a95 (patch) | |
tree | dbd32bc7eaaebe974e499a191d2844534ef0c14e | |
parent | 2947830ef60c90f94af801cdcd2ce2c790d46371 (diff) | |
download | vyos-documentation-de7cf37106e03b37449f628240d02cc037849a95.tar.gz vyos-documentation-de7cf37106e03b37449f628240d02cc037849a95.zip |
syslog: T6989: add CLI command to disable periodic injection of mark messages (#1604)
* syslog: T6989: add CLI command to disable periodic injection of mark messages
* Update docs/configuration/system/syslog.rst
Co-authored-by: Daniil Baturin <daniil@vyos.io>
---------
Co-authored-by: Daniil Baturin <daniil@vyos.io>
-rw-r--r-- | docs/configuration/system/syslog.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/configuration/system/syslog.rst b/docs/configuration/system/syslog.rst index 73baaa5e..41a65934 100644 --- a/docs/configuration/system/syslog.rst +++ b/docs/configuration/system/syslog.rst @@ -27,6 +27,10 @@ Global Settings This defaults to 1200 seconds. +.. cfgcmd:: system syslog marker disable + + Disable periodic injection of mark messages. + .. cfgcmd:: system syslog preserve-fqdn If set, the domain part of the hostname is always sent, even within the same |