So I recently setup a cron job to send out a daily email. The job runs great, but I am having trouble locating the cron log file on my mac os x server. On my regular mac mini, where I tested the cron job locally, I find the log in /var/mail and the file is just my username (macminidemo) and opens in a text editor.

On the server however, no file is created in that location. I have looked everywhere! Any ideas on where it is located? Or how I can change the destination folder so I can view the logs when necessary?

link|improve this question

That's not a cron log. Cron by default mails the output of a job to the job's owner, and that's what you're reading. The actual cron log files are elsewhere. – Marc B Jan 17 at 18:40
That was what I meant, sorry. Looking for the mail file on the OS X server. – James Hickman Jan 17 at 19:42
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.