diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-09-19 16:30:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-19 16:30:18 +0100 |
commit | f758aff8c8c34659de553c78afed646f122ad451 (patch) | |
tree | 7621461122ba0566eeac854ab728116409355847 | |
parent | d291cabf3416b0d9b6f868666179a108fd95fdda (diff) | |
parent | a3f1ed5fe3306801e9821ce288bc53e8b77718eb (diff) | |
download | vyos-documentation-f758aff8c8c34659de553c78afed646f122ad451.tar.gz vyos-documentation-f758aff8c8c34659de553c78afed646f122ad451.zip |
Merge pull request #1550 from nvollmar/T6719
T6719: document local host name config option
-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. |