<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Mar 27, 2014 at 2:31 PM, mark li <span dir="ltr"><<a href="mailto:limark67@yahoo.com" target="_blank">limark67@yahoo.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div style="font-size:10pt;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif">
Olle<br>I've added some debug statements using the XLOG function like so: <br><br>xlog("L_INFO", "my custom message");<br><br>but none of my debug statements appear in syslog.  I don't get any errors either when I restart kamailio. <br>
any suggestion? <br>I am loading the module in kamailio.cfg... I see a line that says "loadmodule xlog.so"<br>and i've also added a modparam for the log like so: <br><pre>modparam("xlog", "buf_size", 8192)<br>
</pre></div></div></blockquote></div>Do you have log_facaility set?<br><br>log_facility=LOG_LOCAL0<br><br></div><div class="gmail_extra">From there, I would suggest looking at your syslog configuration and verify that your chosen facility is routed to a file.<br>
<br>Corey<br><br></div></div>