2

Possible Duplicate:
Where is the cron / crontab log?

While trying to Google this a lot of sources claims there's a cron log in /var/log but I have none. I'm fairly convinced cron has run and I know it is running because of:

service cron status
cron start/running, process 19574

Is there some setting I need to set?

Kit Sunde
  • 11,096
  • This is answered here: https://askubuntu.com/questions/966194/16-04-how-do-i-make-cron-create-cron-log-and-monitor-it-in-real-time?noredirect=1&lq=1 – SDsolar Oct 22 '17 at 06:41

1 Answers1

5

in ubuntu CRON events are sent to the syslog

i.e.

sudo grep CRON /var/log/syslog
fossfreedom
  • 172,746