Have a system for Debian 6. After installing the system from scratch does not keep logs cron.
How to enable logging cron in Linux?
Edit /etc/rsyslog.conf:
# Nano /etc/rsyslog.conf
Uncomment the following line:
cron. * /var/log/cron.log
Restart rsyslog:
# /etc/init.d/rsyslog Restart
Leave a Reply