- To: <slug@xxxxxxxxxxx>
- Subject: [SLUG] Silent CRON
- From: "zenn" <zenn@xxxxxxxxxxxxxxxx>
- Date: Mon Jul 30 13:03:02 2001
Title: Message
Hi
all...
I have a
question.
I have a few cron
jobs that produce a lot of entries in /var/log/messages
How do make cron log
to a seperate file.
My
syslog.conf
# Log cron
stuff
cron.*
/var/log/cron
Doesn't that mean
cron should log to /var/log/cron ?
I'm confused as to
why it's still logging to /var/log/messages.
Can anyone shed some
light ?
Zenn