diff options
author | Nicolas Vollmar <nvollmar@gmail.com> | 2024-09-17 23:38:07 +0200 |
---|---|---|
committer | Nicolas Vollmar <nvollmar@gmail.com> | 2024-09-17 23:38:07 +0200 |
commit | a3f1ed5fe3306801e9821ce288bc53e8b77718eb (patch) | |
tree | 7621461122ba0566eeac854ab728116409355847 /docs | |
parent | d291cabf3416b0d9b6f868666179a108fd95fdda (diff) | |
download | vyos-documentation-a3f1ed5fe3306801e9821ce288bc53e8b77718eb.tar.gz vyos-documentation-a3f1ed5fe3306801e9821ce288bc53e8b77718eb.zip |
T6719: document local host name config option
Diffstat (limited to 'docs')
-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 ae1b9273..44c290f4 100644 --- a/docs/configuration/system/syslog.rst +++ b/docs/configuration/system/syslog.rst @@ -30,6 +30,10 @@ indicate that the logging system is functioning. If set, the domain part of the hostname is always sent, even within the same domain as the receiving system. +.. cfgcmd:: system syslog global local-host-name <fqdn> + +Overwrites the local system host name used in syslogs. + .. cfgcmd:: system rsyslog global facility <keyword> level <keyword> Filter syslog messages based on facility and level. |