wakeupzee
hi,
What is the reason for trying to turn on log viewing? Change the cron task time and let it run automatically once and then check cron.log
ubuntu:
/etc/rsyslog.d/50-default.conf
cp /etc/rsyslog.d/50-default.conf /etc/rsyslog.d/50-default.conf_bak
vim /etc/rsyslog.d/50-default.conf
Put #cron.* /var/log/cron.log
Change to cron.* /var/log/cron.log
remove the #
restart rsyslog
/etc/init.d/rsyslog restart
#View cron.log
tail -n200 /var/log/cron.log