Crontab Error Log

[Solved] Crontab Error Log | Php - Code Explorer | yomemimo.com
Question : where is the crontab log

Answered by : arrogant-ant-v4vdwbh3hh89

grep CRON /var/log/syslog

Source : https://askubuntu.com/questions/56683/where-is-the-cron-crontab-log | Last Update : Tue, 23 Feb 21

Question : crontab error log

Answered by : tiago-frana

* * * * * apt -qq update > /dev/null 2>&1
0 8 * * * /usr/local/bin/myjob > /var/log/myjob.log 2>&1

Source : https://unix.stackexchange.com/questions/207/where-are-cron-errors-logged | Last Update : Fri, 17 Jun 22

Answers related to crontab error log

Code Explorer Popular Question For Php