<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=windows-1258"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    <br>
    On 10/25/2010 12:31 PM, Huy Nguyen wrote:
    <blockquote cite="mid:SNT143-w18506E33F4939F63C5E26D9E410@phx.gbl"
      type="cite">
      <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
      <font style="" face="Arial">log_facility=LOG_LOCAL0<br>
      </font><br>
      How can I check all LM_DBG logs in some files as xmpp.c,
      xmpp_component.c .... to view the registration processing of
      kamailio to local jabberd s erver ?<br>
    </blockquote>
    Huy,<br>
    <br>
    In the default syslog.conf of centos you have a line:<br>
    <blockquote type="cite">*.info;mail.none;authpriv.none;cron.none               
      /var/log/messages<br>
    </blockquote>
    Which only sends log level info and lower to /var/log/messages.<br>
    <br>
    If you add a line:<br>
    <blockquote type="cite">local0.*                                              
      -/var/log/kamailio.log<br>
    </blockquote>
    <br>
    You will find all any debugging output of kamailio in
    /var/log/kamailio.log<br>
    Don't forget to restart syslog<br>
    <br>
    Regards,<br>
    Robert Verspuy<br>
    <br>
    <div class="moz-signature">-- <br>
      <b>Exa-Omicron</b><br>
      Patroonsweg 10<br>
      3892 DB Zeewolde<br>
      Tel.: 088-OMICRON (66 427 66)<br>
      <a class="moz-txt-link-freetext" href="http://www.exa-omicron.nl">http://www.exa-omicron.nl</a></div>
  </body>
</html>