peppeocchi / php-cron-scheduler

PHP cron job scheduler
MIT License
808 stars 143 forks source link

added the option to capture stderr into the output file #99

Open indeedhat opened 4 years ago

indeedhat commented 4 years ago

I had an issue where a syntax error in a cron script was causing a silent failure.

I have added the option to track stderr into the output file (if any) on a per job basis. By default stderr will be ignored to maintain comparability with the existing lib

saschanos commented 4 years ago

@peppeocchi, is there any reason not to merge it? Would be very helpful 👍.