# With this method, script output is logged to syslog, but errors go to mail
* * * * * root /root/bin/cron-test 2>&1 >> /var/log/messages
# this sends both to syslog
* * * * * root /root/bin/cron-test >> /var/log/messages 2>&1
Possibly useful tidbits from under my desk