I know that cron events are stored in /var/log/syslog and I can use a command like:
sudo cat /var/log/syslog | grep cron
to see them.
I'd much rather have the system keep a separate cron log file so it doesn't do as much work watching it, as it sorts through all the syslog messages to pull out the cron notifications.
Then I want to use the watch command so I always have an open terminal window showing cron activity.
How do I make the system keep a separate /var/log/cron.log file?