From: Michael Tremer Date: Thu, 11 May 2023 09:52:40 +0000 (+0000) Subject: cron: Only log more serious problems when running campaigns X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=99d4af260d0e00827c844c8f2a156d745076c66c;p=ipfire.org.git cron: Only log more serious problems when running campaigns Signed-off-by: Michael Tremer --- 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