[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] CRON Logging
- Subject: [ale] CRON Logging
- From: joe at madewell.com (Joe Steele)
- Date: Mon, 25 Sep 2000 11:43:24 -0400
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.