From 99d4af260d0e00827c844c8f2a156d745076c66c Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 11 May 2023 09:52:40 +0000 Subject: [PATCH] cron: Only log more serious problems when running campaigns Signed-off-by: Michael Tremer --- src/crontab/ipfire | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crontab/ipfire b/src/crontab/ipfire index 4122f187..8dfe1aea 100644 --- a/src/crontab/ipfire +++ b/src/crontab/ipfire @@ -10,7 +10,7 @@ SHELL=/bin/bash * * * * * nobody flock /tmp/.ipfire.org.send-all-messages.lock ipfire.org send-all-messages # Run campaigns -*/5 * * * * nobody ipfire.org run-campaigns +*/5 * * * * nobody ipfire.org --logging=error run-campaigns # Announce blog posts */5 * * * * nobody ipfire.org announce-blog-posts -- 2.47.3