Crons that run every minute

Jeremy C. Reed reed at reedmedia.net
Fri Jun 1 11:34:38 MST 2007


On Fri, 1 Jun 2007, Shawn Badger wrote:

> I have the need for some crons that run every minute or every other
> minute. Is there a way to prevent these crons from making entries in
> the system log?
>  I already have the >/dev/null so I don't get emails, but I would like
> to reduce the clutter in the logs associated with these crons running.

What log file?

See your /etc/syslog.conf for "cron" and adjust as needed. We can probably 
help you if you give us some details:

	grep -i cron /etc/syslog.conf

Also show us the syslog.conf entry for the log file you don't want it to 
log to.

You can use "cron.none" to disable cron logging to other log files.



  Jeremy C. Reed


More information about the PLUG-discuss mailing list