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=11bc22304fd5b9f44633ca2a87f2c4526f5970fc;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 607d3aea..03fd1697 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