From ae52b7799f6872ee9ea2475e76a6d4ea32c2ddce Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Mon, 20 Jan 2025 21:02:22 +0100 Subject: syslog: T6989: increase local log size form 256KiB -> 1MiB --- data/templates/rsyslog/rsyslog.conf.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'data') diff --git a/data/templates/rsyslog/rsyslog.conf.j2 b/data/templates/rsyslog/rsyslog.conf.j2 index 45742b073..c6eb6430c 100644 --- a/data/templates/rsyslog/rsyslog.conf.j2 +++ b/data/templates/rsyslog/rsyslog.conf.j2 @@ -64,7 +64,7 @@ if prifilt("{{ tmp | join(',') }}") then { action( type="omfile" file="/var/log/messages" - queue.size="262144" + rotation.sizeLimit="524288" # 512Kib - maximum filesize before rotation rotation.sizeLimitCommand="/usr/sbin/logrotate {{ logrotate }}" ) } @@ -120,4 +120,3 @@ if prifilt("{{ tmp | join(',') }}") then { # Include all configuration files in /etc/rsyslog.d/ include(file="/etc/rsyslog.d/*.conf") - -- cgit v1.2.3