Is there any way to obtain crontab execution log? asked 18 Oct '11, 05:49 alk |
Hi, We don't keep a log of all the cronjobs that get executed. However, you can modify your crontab so that it would log to a file whenever it gets executed - just redirect the output with '>>'. answered 18 Oct '11, 06:25 todork |
I do the same and redirect the output my log folder/file, but also defined a mailto for receiving e-mails if something goes wrong (e.g. a job exist with an error code). answered 18 Oct '11, 09:42 marcel |