diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-07-07 11:43:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-07 11:43:40 +0200 |
commit | f5e66a451dcd1d98be32e0a7800277cf81441e3d (patch) | |
tree | 0349b1bcfad1f0c52437dfef033981bffdcdd119 /interface-definitions/system-syslog.xml.in | |
parent | 46f72030cdf073a69871496ae600c2d2951d808b (diff) | |
parent | 52ce659509022807c4a38fcb791abd325f3e8b00 (diff) | |
download | vyos-1x-f5e66a451dcd1d98be32e0a7800277cf81441e3d.tar.gz vyos-1x-f5e66a451dcd1d98be32e0a7800277cf81441e3d.zip |
Merge pull request #1399 from sarthurdev/T4500
syslog: T4500: Remove max-size from rsyslog leaving rotation to logrotate
Diffstat (limited to 'interface-definitions/system-syslog.xml.in')
-rw-r--r-- | interface-definitions/system-syslog.xml.in | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/interface-definitions/system-syslog.xml.in b/interface-definitions/system-syslog.xml.in index 480cb1ca6..90c3de5c1 100644 --- a/interface-definitions/system-syslog.xml.in +++ b/interface-definitions/system-syslog.xml.in @@ -390,31 +390,6 @@ <help>Logging to system standard location</help> </properties> <children> - <node name="archive"> - <properties> - <help>Log file size and rotation characteristics</help> - </properties> - <children> - <leafNode name="file"> - <properties> - <help>Number of saved files (default is 5)</help> - <constraint> - <regex>[0-9]+</regex> - </constraint> - <constraintErrorMessage>illegal characters in number of files</constraintErrorMessage> - </properties> - </leafNode> - <leafNode name="size"> - <properties> - <help>Size of log files (in kbytes, default is 256)</help> - <constraint> - <regex>[0-9]+</regex> - </constraint> - <constraintErrorMessage>illegal characters in size</constraintErrorMessage> - </properties> - </leafNode> - </children> - </node> <tagNode name="facility"> <properties> <help>Facility for logging</help> |