<div dir="ltr">ah yeah simple mistake ;-) thanks</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Feb 25, 2013 at 8:28 PM, Evan Rempel <span dir="ltr">&lt;<a href="mailto:erempel@uvic.ca" target="_blank">erempel@uvic.ca</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div>
<pre style="font-size:10.0pt;font-family:Tahoma;word-wrap:break-word">You are missing the -p in front of the &quot;info.local3&quot; AND it should be <a href="http://local3.info" target="_blank">local3.info</a> when you use the logger command. 

--
Evan Rempel
Senior Systems Administrator, Data Centre Services
University of Victoria
<a href="tel:250.721.7691" value="+12507217691" target="_blank">250.721.7691</a>

David Stainton &lt;<a href="mailto:dstainton415@gmail.com" target="_blank">dstainton415@gmail.com</a>&gt; wrote:

</pre><div><div class="h5">
<div>
<div dir="ltr"><br>
<div><br>
</div>
<div>Greetings,</div>
<div><br>
</div>
<div>I am running syslog-ng-3.3.5-1 on CentOS release 6.3.</div>
<div><br>
</div>
<div>It seems like there is a subtle bug in syslog-ng or more likely a bug in my syslog-ng configuration. I am unable to get log message to appear in the other destinations besides /var/log/messages...</div>
<div><br>
</div>
<div>I&#39;ve tried testing like this:</div>
<div><br>
</div>
<div>logger info.local3 howdy</div>
<div>
<div>logger info.local5 howdy</div>
<div>
<div>logger info.local6 howdy</div>
</div>
<div>
<div>logger emerg.local6 howdy</div>
</div>
<div><br>
</div>
<div>However the log messages only show up in /var/log/messages.</div>
<div>I wonder why!</div>
<div>Any help, observations or suggestions would be much appreciated.</div>
</div>
<div><br>
</div>
<div>Thanks!</div>
<div>David</div>
<div><br>
</div>
<div><br>
</div>
<div>PS Here is my simple config:</div>
<div><br>
</div>
<div>
<div>@version: 3.3</div>
<div><br>
</div>
<div>options {</div>
<div>  create_dirs (yes);</div>
<div>  dir_perm(0755);</div>
<div>  keep_hostname (yes);</div>
<div>  perm(0644);</div>
<div>  flush_lines (0);</div>
<div>  time_reopen (10);</div>
<div>  use_dns (yes);</div>
<div>  use_fqdn (no);</div>
<div>};</div>
<div><br>
</div>
<div>source s_sys {</div>
<div>  file (&quot;/proc/kmsg&quot; program_override(&quot;kernel: &quot;));</div>
<div>  unix-stream (&quot;/dev/log&quot;);</div>
<div>  internal();</div>
<div>  unix-stream (&quot;/var/named/chroot/dev/log&quot; optional(yes));</div>
<div>};</div>
<div><br>
</div>
<div>destination d_mesg { file(&quot;/var/log/messages&quot;); };</div>
<div>destination d_app { file(&quot;/var/log/philotic/$PROGRAM.log&quot;); };</div>
<div>destination d_app_event { file(&quot;/var/log/philotic/$PROGRAM-event.log&quot;); };</div>
<div>destination d_philotic  { file(&quot;/var/log/philotic/$PROGRAM.log&quot;); };</div>
<div><br>
</div>
<div>filter f_info { level(info..emerg) };</div>
<div><br>
</div>
<div>filter f_default    { level(info..emerg)</div>
<div>  and not (</div>
<div>    facility(mail)</div>
<div>    or</div>
<div>    facility(authpriv)</div>
<div>    or</div>
<div>    facility(cron)</div>
<div>    or</div>
<div>    facility(local6)</div>
<div>    or</div>
<div>    facility(local5)</div>
<div>    or</div>
<div>    facility(14)</div>
<div>  );</div>
<div>};</div>
<div><br>
</div>
<div>filter f_app_event { facility(local3); };</div>
<div>filter f_app   { facility(local6); };</div>
<div>filter f_philotic   { facility(local5); };</div>
<div><br>
</div>
<div>log { source(s_sys); filter(f_default); destination(d_mesg); };</div>
<div>log { source(s_sys); filter(f_info); filter(f_app); destination(d_app); };</div>
<div>log { source(s_sys); filter(f_info); filter(f_app_event); destination(d_app_event); };</div>
<div>log { source(s_sys); filter(f_info); filter(f_philotic); destination(d_philotic); };</div>
<div><br>
</div>
</div>
</div>
</div>
</div></div></div>

<br>______________________________________________________________________________<br>
Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng" target="_blank">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>
Documentation: <a href="http://www.balabit.com/support/documentation/?product=syslog-ng" target="_blank">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>
FAQ: <a href="http://www.balabit.com/wiki/syslog-ng-faq" target="_blank">http://www.balabit.com/wiki/syslog-ng-faq</a><br>
<br>
<br></blockquote></div><br></div>