Re: Capturing facility and level information
Chaos Golubitsky <[email protected]>
| Newsgroups | gmane.comp.sysutils.loganalysis |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 14 Jun, 2007 at 11:18:24 -0700, Tina Bird wrote: > For Linux and FreeBSD (the servers I am currently testing with), there's no > obvious way to make the system record that information, although it's > included in the syslog datagram. Actually, this is possible using FreeBSD (though not, afaik, Linux): syslogd can be run with the -vv flag, which will insert facility/priority into the log data. Chaos