Is there any way to determine which daemons are logging to a specific syslog facility? (spec. rsyslog)
What I am specifically looking for is who logs to the auth.* severities.
A 2001 audit for netbsd syslog.
atrun(8) cron.err pid fatal errors
chat(8) local2.err pid ndelay fatal errors
local2.info -v output
comsat(8) daemon.err pid fatal errors
daemon.info log biffs (-l)
daemon.debug debug notices (if debug != 0)
auth.notice / in tty name (might be incorrect code)
cron(8) cron.info pid commands executed
rsyslogd(in fact every syslog I've ever used) does let you separate by facility and priority level if you set up syslog.conf to do so. If you're looking for something to replace standard syslog though I'd suggestsyslog-ng-- Vastly superior in nearly every way IMHO. – voretaq7 Jun 23 '11 at 18:57