[ale] CRON Logging

Joe Steele joe at madewell.com
Mon Sep 25 11:43:24 EDT 2000


Try adding the following line at the top of /etc/syslog.conf:

cron.*   /var/log/cron

If you are using logrotate (and depending on its configuration), you might 
also want to create a file /etc/logrotate.d/cron containing the following:

/var/log/cron {
    postrotate
        /usr/bin/killall -HUP crond
    endscript
}


--Joe

-----Original Message-----
From:	Robert Heaven [SMTP:robertheaven at mediaone.net]
Sent:	Saturday, September 23, 2000 10:40 AM
To:	ale at ale.org
Subject:	[ale] CRON Logging

Is there a way to make cron send it's log messages to something other than
/var/log/messages? I keep looking for some kind of config file but can't find
it.
--
To unsubscribe: mail majordomo at ale.org with "unsubscribe ale" in message body.
--
To unsubscribe: mail majordomo at ale.org with "unsubscribe ale" in message body.





More information about the Ale mailing list