diff options
| author | Ben Woods <git@ben.woods.am> | 2025-03-25 17:23:13 +0800 |
|---|---|---|
| committer | Ben Woods <git@ben.woods.am> | 2025-03-25 17:23:13 +0800 |
| commit | e669a53dadc0f319b2e089337330b59a8cb23457 (patch) | |
| tree | d844e5e9c3e0120e96953e016a85fcc57340ce0f | |
| parent | 39f5da93e538c8a8666d9efcdf702ac4151da319 (diff) | |
| download | vyos-1x-e669a53dadc0f319b2e089337330b59a8cb23457.tar.gz vyos-1x-e669a53dadc0f319b2e089337330b59a8cb23457.zip | |
syslog: T7270: improve descriptions of format options
| -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> |
