Skip to content

Commit

Permalink
improve logging for cron_events
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal committed Jul 6, 2023
1 parent 11bf226 commit 583022e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/cron/php-cron.cron
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# * * * * * user-name command to be executed

# default Bitrix cron events
* * * * * www-data /usr/bin/php /web/prod/bitrix/modules/main/tools/cron_events.php >>/var/log/php/cron_events.log
* * * * * www-data /usr/bin/php /web/prod/bitrix/modules/main/tools/cron_events.php 2>&1 >>/web/prod/local/cron/cron_events.log
# recalculate price with discount
30 0 * * * www-data /usr/bin/nice -n 10 /usr/bin/php /web/prod/local/cron/update_base_discount_price.php 2>&1 >>/web/prod/local/cron/update_base_discount_price.log
# seo URL fixes
Expand Down

0 comments on commit 583022e

Please sign in to comment.