18 Oct
2005
18 Oct
'05
4:14 p.m.
On Tue, 2005-10-18 at 09:00 -0500, SOLIS, ALEX wrote:
Does a log statement need to all be on one line? I have a log statement with two sources, 4 filters and 2 destinations. It all wont fit on one line. When I try to break it up into a block format logging stops for those destiniations.
I am sure I am missing something. Here is the log statement:
log { source(net); source(net_tcp); filter (f_not_nmrouter); filter (f_not_non_critical_windows); filter (f_not_non_crit_unix); filter (f_not_uiz_servers); destination(x); destination(y); };
syslog-ng does not really care about the indentation/whitespace used in configuration files. you can break it to several lines at will. -- Bazsi