Is it possible to tell syslog to log everything *except* some facility?
I have a very noisy service (openldap) that I don't want to log into
my all.log; but I still want all.log to catch everything else.

Something like this maybe?
*.*,!local4.*      all.log

*.*,local4.none      all.log


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

Reply via email to