15 Feb
2009
15 Feb
'09
9:20 a.m.
On Fri, 2009-02-13 at 12:25 -0800, Liam Kirsher wrote:
Hi --
filter f_ut_access { filter(f_obsidian) and message("root\.ut_access"); }; filter f_geocode { filter(f_obsidian) and message("root\.geocode"); };
I've noticed one problem here, '\' is used by syslog-ng itself to quote characters, if you want to quote a regexp character use double backslashes: root\\.ut_access This may or may not solve your problem. -- Bazsi