Re: Turning off cron logging


Subject: Re: Turning off cron logging
From: Paul J. Lucas (pauljlucas@mac.com)
Date: Sat Oct 06 2001 - 08:53:56 MDT


On Sat, 6 Oct 2001, SFalken wrote:

> just do crontab -e, for the user that's getting all the messages you don't
> want to see, and add 2>&1 /dev/null to the end of the crontab entry, IIRC.

        It's logging the fact that the job ran, not the job's output.
        What you shoed prevents output, not logging. Output gets
        mailed to the user anyway. So no, that's not the answer.

        - Paul



This archive was generated by hypermail 2a24 : Sat Oct 06 2001 - 08:05:09 MDT