From 52ce659509022807c4a38fcb791abd325f3e8b00 Mon Sep 17 00:00:00 2001 From: sarthurdev <965089+sarthurdev@users.noreply.github.com> Date: Wed, 6 Jul 2022 19:35:11 +0200 Subject: 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 --- smoketest/configs/basic-vyos | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'smoketest/configs') diff --git a/smoketest/configs/basic-vyos b/smoketest/configs/basic-vyos index e6f89954f..23186b9b8 100644 --- a/smoketest/configs/basic-vyos +++ b/smoketest/configs/basic-vyos @@ -128,6 +128,10 @@ system { name-server 192.168.0.1 syslog { global { + archive { + file 5 + size 512 + } facility all { level info } -- cgit v1.2.3