I have a set of scripts (PHP Symfony2) which should execute via cron, but some are not correctly executed.
Example of call :
* * * * * php /var/www/admin/app/console notification:send --env=prod
I saw execution of each scripts by using grep CRON /var/log/syslog
but when checking output by using >>/var/log/cron*.log
I don't see any output or errors.
If I run scripts manually, all is OK. The server is under Ubuntu (Digital Ocean) Any ideas ? Thanks