22 Mar
2010
22 Mar
'10
4:55 p.m.
On Mon, 2010-03-22 at 08:50 -0500, fedora fedora wrote:
Hi, I have some odd devices using syslog facility 24, and there is no way I can change it!
In this case, is it possible letting syslog-ng use facility 24? right now it gives me, 24 is not supported error and quits.
It should be possible to reference facility 24 this way: filter f_fac24 { facility(24); }; If you specify a facility by number, it is not possible to use a range, but otherwise it should work. Does it for you? -- Bazsi