On 8/18/05, David Fix <[EMAIL PROTECTED]> wrote:
> How can I go about NOT having the stuff show up in the sys.log file, yet
> appear in the cron.log file?  Here is what my /etc/syslog.conf looks like:
> 
> *.*;auth,authpriv.none -/var/log/sys.log

In the line above, do the following:

*.*;auth,authpriv,cron.none -/var/log/sys.log

This means log everytyhing (*.*), and also log auth, authpriv and cron
logs at a level of "none" - which effectivley means don't log them at
all.

man syslog.conf for more information on rules and exclusions.

-- -
Steve Crosby
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to