17 May
2000
17 May
'00
1:55 a.m.
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