[syslog-ng] Re: syslog-ng on BSDI 2.1
Chris Maltby
chris@aurema.com
Wed, 17 May 2000 10:55:54 +1000
On Tue, May 16, 2000 at 09:24:13PM +0200, Balazs Scheidler wrote:
> You could use another source for kernel messages:
>
> source s_kernel { file("/dev/klog"); };
> destination d_kernel { file("/var/log/kern.log"); };
> log { source(s_kernel); destination(d_kernel); };
Balazs,
Thanks for the reply. That's a good point - though it still leaves
me with the problem of lost severity as well - everything that is
read from /dev/klog becomes "LOG_USER/LOG_ERR" which isn't very
helpful for my needs.
Chris