From 11bc22304fd5b9f44633ca2a87f2c4526f5970fc 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 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 -- 2.47.3