<div dir="ltr">hi i am using syslog-ng 2.0.9.1 on open suse 11.0<br><br>i configured this littele script in /etc/syslog-ng/syslog-ng.conf<br><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
source my_src { file(&quot;/var/log/apache2/error_log&quot;);  };<br><br>#filter my_filter { };<br><br>destination my_dest{  file(&quot;/var/log/Sami/$HOST/messages&quot; owner(&quot;root&quot;) group(&quot;root&quot;) perm(0640) dir_perm(0750) create_dirs(yes));<br>
  };<br><br>log { source(my_src); #filter(my_filter); <br>destination(my_dest); };<br></blockquote>the problem is when i restart apache2 while using the <b>tail -f /var/log/Sami/$HOST/messages <br> <br></b>nothing happens i have to restart syslog-ng to see those errors<br>
<br>by the way i stoped the apparmor to avoid a permission denied on the destination driver<br><br>i need help plz<br>tks<br></div>