21 Sep
2006
21 Sep
'06
11:44 a.m.
Gregory Machin wrote:
# MySQL Database
log { source(s_sys); filter(f_filter1); filter(f_filter2); filter(f_filter3); filter(f_filter4); filter(f_filter5); filter(f_filter6); filter(f_filter7); filter(f_filter8); destination(d_mysql); };
These filters guarantee that nothing will be logged to the mysql server: ALL of the filters must MATCH on the log to get to the destination. You have several different facilities in the filters, and one log message has only one facility. -- Sandor Geller wildy@balabit.hu