From 1ecdb740eda9cd94bcff2a53bc91a9803d55f7ae Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Wed, 27 Jan 2021 08:32:13 +0100 Subject: [PATCH] chg: [logrotate] be more verbose Signed-off-by: Valentin Lab --- logrotate/build/src/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logrotate/build/src/entrypoint.sh b/logrotate/build/src/entrypoint.sh index 070398d3..453d12b4 100755 --- a/logrotate/build/src/entrypoint.sh +++ b/logrotate/build/src/entrypoint.sh @@ -10,4 +10,4 @@ do done >> status.clean mv status.clean status -/usr/sbin/logrotate -s /var/lib/logrotate/status /etc/logrotate.conf +/usr/sbin/logrotate -v -s /var/lib/logrotate/status /etc/logrotate.conf