]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/civicrm/templates/default/cron.erb
Ignore warning messages from civicrm cron job
[chef.git] / cookbooks / civicrm / templates / default / cron.erb
index e59bde0c02f3ea67ef12178880f19464c2946c0b..22c363169bba5d583853308ec2fca317b1947e0e 100644 (file)
@@ -1,3 +1,5 @@
 # DO NOT EDIT - This file is being maintained by Chef
 
-*/15 * * * * www-data php <%= @directory %>/civicrm/bin/cli.php -s crm.osmfoundation.org -u batch -p "<%= @passwords["batch"] %>" -e Job -a execute
+MAILTO=admins@openstreetmap.org
+
+*/15 * * * * www-data php <%= @directory %>/civicrm/bin/cli.php -s join.osmfoundation.org -u batch -p "<%= @passwords["batch"] %>" -e Job -a execute 2>&1 | egrep -v '^PHP (Deprecated|Warning):'