diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-03-29 11:23:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-29 11:23:10 +0100 |
| commit | a2563828340fbc6bc9bc57048a08a1901c61f000 (patch) | |
| tree | 722b4b679672806b1777e6b6ed75aba6be2e13c4 /interface-definitions | |
| parent | 55abc8214574d7098cceba39c347bf98e02d370a (diff) | |
| parent | e669a53dadc0f319b2e089337330b59a8cb23457 (diff) | |
| download | vyos-1x-a2563828340fbc6bc9bc57048a08a1901c61f000.tar.gz vyos-1x-a2563828340fbc6bc9bc57048a08a1901c61f000.zip | |
Merge pull request #4409 from woodsb02/patch-2
syslog: T7270: fix typos in rsyslog.conf
Diffstat (limited to 'interface-definitions')
| -rw-r--r-- | interface-definitions/system_syslog.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/system_syslog.xml.in b/interface-definitions/system_syslog.xml.in index 8b2d9cab7..116cbde73 100644 --- a/interface-definitions/system_syslog.xml.in +++ b/interface-definitions/system_syslog.xml.in @@ -46,13 +46,13 @@ <children> <leafNode name="octet-counted"> <properties> - <help>Allows for the transmission of all characters inside a syslog message</help> + <help>Allows for the transmission of multi-line messages (TCP only)</help> <valueless/> </properties> </leafNode> <leafNode name="include-timezone"> <properties> - <help>Include system timezone in syslog message</help> + <help>Use RFC 5424 format (with RFC 3339 timestamp and timezone)</help> <valueless/> </properties> </leafNode> |
