<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    <div class="moz-cite-prefix">On 03/11/14 04:25, bob sacamano wrote:<br>
    </div>
    <blockquote cite="mid:SNT148-W343EEA182CD727A2ADA049CD990@phx.gbl"
      type="cite">
      <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style>
      <div dir="ltr">hello, i was wondering where does this module write
        the logs? Nothing shows up in my syslog. If i replace the
        benchmark parts in the route with xlog for example xlog(
        "L_INFO", "$Ts " );          this shows up fine in syslog<br>
        <br>
         heres what  u have in my config file:<br>
        <br>
        modparam("benchmark", "enable", 1)<br>
        modparam("benchmark", "granularity", 100)<br>
        modparam("benchmark", "loglevel", 3)<br>
        <br>
         if(is_method("REGISTER"))<br>
                {<br>
        bm_start_timer("test");<br>
                      save("location");<br>
        bm_log_timer("test");<br>
                        exit;<br>
                }<br>
        <br>
        <br>
        I have been searching but cant find any info on it </div>
    </blockquote>
    you have:<br>
    <br>
    modparam("benchmark", "loglevel", 3)<br>
    <br>
    Set that to lower value, like:<br>
    <br>
    modparam("benchmark", "loglevel", 1)<br>
    <br>
    Cheers,<br>
    Daniel<br>
    <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla
<a class="moz-txt-link-freetext" href="http://twitter.com/#!/miconda">http://twitter.com/#!/miconda</a> - <a class="moz-txt-link-freetext" href="http://www.linkedin.com/in/miconda">http://www.linkedin.com/in/miconda</a>
Kamailio Advanced Training, Nov 24-27, Berlin - <a class="moz-txt-link-freetext" href="http://www.asipto.com">http://www.asipto.com</a></pre>
  </body>
</html>