<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi, <br>
<br>
i have a question about syslog-ng configuration.<br>
<br>
I configure my log path in this way:<br>
<br>
log {<br>
&nbsp;&nbsp;&nbsp; source(s_funambol);<br>
&nbsp;&nbsp;&nbsp; destination(d_network);<br>
&nbsp;&nbsp;&nbsp; filter(f_funambol);<br>
};<br>
<br>
And it doesn't work.<br>
<br>
If i configure the log path in this way:<br>
<br>
<br>
log {<br>
&nbsp;&nbsp;&nbsp; source(s_funambol);<br>
&nbsp;&nbsp;&nbsp; filter(f_funambol);<br>
&nbsp;&nbsp;&nbsp; destination(d_network);<br>
};<br>
<br>
It works.<br>
<br>
Is it normal?<br>
<br>
<span id="result_box" class="short_text"><span
 style="background-color: rgb(255, 255, 255);"
 title="&egrave; obbligatorio che il filtro va dopo la sorgente?">Is required
that the filter goes after the source?<br>
<br>
Thanks<br>
</span></span>
</body>
</html>