diff options
author | Christian Breunig <christian@breunig.cc> | 2024-09-30 17:23:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-30 17:23:22 +0200 |
commit | 69517137cf56516f270e8db46c9fcfc61a96c74a (patch) | |
tree | 0279c95341f505c1b271fa40c384367b30320133 /interface-definitions/system_syslog.xml.in | |
parent | 679c67e53cda6189e8add0d39988304935162071 (diff) | |
parent | 1621d841aced7bdc295a572a412613be1ec404c0 (diff) | |
download | vyos-1x-69517137cf56516f270e8db46c9fcfc61a96c74a.tar.gz vyos-1x-69517137cf56516f270e8db46c9fcfc61a96c74a.zip |
Merge pull request #4114 from vyos/mergify/bp/sagitta/pr-4061
syslog: T5367: add format option to include timezone in message (backport #4061)
Diffstat (limited to 'interface-definitions/system_syslog.xml.in')
-rw-r--r-- | interface-definitions/system_syslog.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/system_syslog.xml.in b/interface-definitions/system_syslog.xml.in index 3343e2c59..0a9a00572 100644 --- a/interface-definitions/system_syslog.xml.in +++ b/interface-definitions/system_syslog.xml.in @@ -66,6 +66,12 @@ <valueless/> </properties> </leafNode> + <leafNode name="include-timezone"> + <properties> + <help>Include system timezone in syslog message</help> + <valueless/> + </properties> + </leafNode> </children> </node> </children> |