diff options
author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2022-07-06 19:35:11 +0200 |
---|---|---|
committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2022-07-07 10:07:55 +0200 |
commit | 52ce659509022807c4a38fcb791abd325f3e8b00 (patch) | |
tree | 0349b1bcfad1f0c52437dfef033981bffdcdd119 /src/etc/logrotate.d/vyos-rsyslog | |
parent | 9b6d03061b6fcb51d874b91f6bea4bf23cdab3bf (diff) | |
download | vyos-1x-52ce659509022807c4a38fcb791abd325f3e8b00.tar.gz vyos-1x-52ce659509022807c4a38fcb791abd325f3e8b00.zip |
syslog: T4500: Remove max-size from rsyslog leaving rotation to logrotate
After discussion with @zsdc this was decided the better long term fix
* Removes hourly logrotate cron in favour of systemd timer override
Diffstat (limited to 'src/etc/logrotate.d/vyos-rsyslog')
-rw-r--r-- | src/etc/logrotate.d/vyos-rsyslog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/logrotate.d/vyos-rsyslog b/src/etc/logrotate.d/vyos-rsyslog index 28ea088e2..3c087b94e 100644 --- a/src/etc/logrotate.d/vyos-rsyslog +++ b/src/etc/logrotate.d/vyos-rsyslog @@ -4,7 +4,7 @@ nomail notifempty rotate 10 - size 262144 + size 1M postrotate # inform rsyslog service about rotation /usr/lib/rsyslog/rsyslog-rotate |