Re: help with system loging

2004-01-28 Thread Will Prater
On Jan 28, 2004, at 5:01 AM, Roman Neuhauser wrote:

# [EMAIL PROTECTED] / 2004-01-28 02:59:50 -0800:
Currently saslauthd is logging in two places, however, I cannot figure
out how to turn off its logging or have it log just to auth.log rather
than messages and auth.log.
here is what I have for /var/log/messages
*.notice;authpriv.none;kern.debug;mail.crit;news.err  
/var/log/messages
I guess it's the "auth" facility messages you get logged in
/var/log/messages. If this is true, add auth.none into the line
somewhere after the "*.notice"
That seemed to do the trick. Thanks!!



--
If you cc me or remove the list(s) completely I'll most likely ignore
your message.see http://www.eyrie.org./~eagle/faqs/questions.html
--will

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: help with system loging

2004-01-28 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2004-01-28 02:59:50 -0800:
> Currently saslauthd is logging in two places, however, I cannot figure 
> out how to turn off its logging or have it log just to auth.log rather 
> than messages and auth.log.
>
> here is what I have for /var/log/messages
> *.notice;authpriv.none;kern.debug;mail.crit;news.err  /var/log/messages

I guess it's the "auth" facility messages you get logged in
/var/log/messages. If this is true, add auth.none into the line
somewhere after the "*.notice"

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.see http://www.eyrie.org./~eagle/faqs/questions.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"