I have cron on all of my systems email STDERR to me, STDOUT is redirected to the normal logs.
One you clean up your crons, you really only get email once a month or so when something breaks.
0 1 * * * backup >/var/log/foo 2>&1
0 1 * * * backup >/var/log/foo
I have cron on all of my systems email STDERR to me, STDOUT is redirected to the normal logs.
One you clean up your crons, you really only get email once a month or so when something breaks.