1 Dec
2011
1 Dec
'11
3:14 p.m.
Sorry for the late reply, I hope its still relevant: "Lay, James" <james.lay@wincofoods.com> writes:
Topic says it. I think I have a pretty simple layout: [...] log { source(s_local); filter(f_firewall); destination(d_file); destination(fifo); };
Can I change this to:
log { source(s_local); destination(d_file); filter(f_firewall); destination(fifo); };
? Will this log to file, then filter, then go to fifo?
To the best of my knowledge, yes, that is exactly what will happen. -- |8]