<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix"><tt>Hello Oleksandr,<br>
        <br>
        By default, OpenSIPS should start with "debug = 2". So unless
        you've explicitly set a lower value within your script, all
        three messages should be logged.<br>
        <br>
        To troubleshoot this, when doing this test, could you also run a
        "opensipsctl fifo debug" command and paste the output here?<br>
        (make sure to load the mi_fifo module if it's not already there)<br>
        <br>
        Best regards,<br>
      </tt>
      <pre class="moz-signature" cols="72">Liviu Chircu
OpenSIPS Developer
<a class="moz-txt-link-freetext" href="http://www.opensips-solutions.com">http://www.opensips-solutions.com</a></pre>
      On 08/13/2014 12:48 AM, Oleksandr Kunytsia wrote:<br>
    </div>
    <blockquote
cite="mid:CAAYNYiq6qifgx30KOX6SLC6VOQ76SfYTnC2XtZ4GMCc2XSCFnw@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hello Liviu,
        <div><br>
        </div>
        <div>I've got local developer to test changes, so I can test now
          your suggestions:</div>
        <div><br>
        </div>
        <div>I started with such change:</div>
        <div><br>
        </div>
        <div>---------------------------</div>
        <div><br>
        </div>
        <div>startup_route {</div>
        <div>&nbsp; &nbsp; &nbsp; &nbsp; #xlog("using localhost for routing");</div>
        <div>&nbsp; &nbsp; &nbsp; &nbsp; xlog("L_INFO"," L-INFO using localhost for
          routing");</div>
        <div>&nbsp; &nbsp; &nbsp; &nbsp; xlog("L_NOTICE"," L_NOTICE using localhost for
          routing");</div>
        <div>&nbsp; &nbsp; &nbsp; &nbsp; xlog(" no LEVEL using localhost for routing");</div>
        <div>}&nbsp;</div>
        <div><br>
        </div>
        <div>---------------------------<br>
        </div>
        <div><br>
        </div>
        <div>After I restarted opensips I got only one line in logs:</div>
        <div><br>
        </div>
        <div>
          <div>==&gt; /var/log/sips.log &lt;==</div>
          <div>local2.err&lt;147&gt;: Aug 12 14:44:05 sip1
            /usr/sbin/opensips[28615]: &nbsp;no LEVEL using localhost for
            routing</div>
        </div>
        <div><br>
        </div>
        <div>--------</div>
        <div><br>
        </div>
        <div>What is the reason of that?</div>
        <div><br>
        </div>
        <div>
          <div># /usr/sbin/opensips -V<br>
          </div>
          <div>version: opensips 1.7.1-tls (x86_64/linux)</div>
          <div>flags: STATS: Off, USE_IPV6, USE_TCP, USE_TLS,
            DISABLE_NAGLE, USE_MCAST, SHM_MEM, SHM_MMAP, PKG_MALLOC,
            F_MALLOC, FAST_LOCK-ADAPTIVE_WAIT</div>
          <div>ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144,
            MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535</div>
          <div>poll method support: poll, epoll_lt, epoll_et, sigio_rt,
            select.</div>
          <div>svnrevision: unknown</div>
          <div>
            @(#) $Id: main.c 8537 2011-11-08 17:02:11Z bogdan_iancu $</div>
          <div>main.c compiled on 22:15:48 Nov 23 2011 with gcc 4.1.2</div>
          <div><br>
          </div>
        </div>
        <div>/Oleksandr</div>
      </div>
      <div class="gmail_extra"><br>
        <br>
        <div class="gmail_quote">
          On Thu, Aug 7, 2014 at 2:25 PM, Liviu Chircu <span dir="ltr">&lt;<a
              moz-do-not-send="true" href="mailto:liviu@opensips.org"
              target="_blank">liviu@opensips.org</a>&gt;</span> wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div text="#000000" bgcolor="#FFFFFF">
              <div><tt>I understand what's happening now. The thing is,
                  if you use xlog() with only 1 parameter in your
                  script, that message will simply go to syslog's
                  LOG_ERR (it should be visible!).<br>
                  <br>
                  You can control the logging level within your script
                  with xlog("L_NOTICE", ".....") or xlog("L_DBG", "...")
                  for example.<br>
                  <br>
                  Best regards,<br>
                </tt>
                <div class="">
                  <pre cols="72">Liviu Chircu
OpenSIPS Developer
<a moz-do-not-send="true" href="http://www.opensips-solutions.com" target="_blank">http://www.opensips-solutions.com</a></pre>
                </div>
                <div>
                  <div class="h5"> On 08/06/2014 08:29 PM, Oleksandr
                    Kunytsia wrote:<br>
                  </div>
                </div>
              </div>
              <div>
                <div class="h5">
                  <blockquote type="cite">
                    <div dir="ltr">on my config debug set to 0:
                      <div>----</div>
                      <div>
                        <div><br>
                        </div>
                        <div>#</div>
                        <div># GLOBALS</div>
                        <div>#</div>
                        <div>debug=0</div>
                        <div>log_facility=LOG_LOCAL2</div>
                        <div>log_stderror=no</div>
                      </div>
                      <div>------</div>
                      <div><br>
                      </div>
                      <div><br>
                      </div>
                      <div>I also configured rsyslog for saving LOCAL2
                        to file with specific template:</div>
                      <div>----</div>
                      <div>
                        <div>$template precise,"%pri-text%:
                          %timegenerated% %HOSTNAME% %syslogtag%%msg%\n"
                          &nbsp;</div>
                        <div>local2.* &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                          -/var/log/sips.log;precise &nbsp;</div>
                        <div>----<br>
                        </div>
                      </div>
                      <div><br>
                      </div>
                      <div>extract from &nbsp;/var/log/sips.log:<br>
                      </div>
                      <div>
                        <div><br>
                        </div>
                        <div>local2.err&lt;147&gt;: Aug &nbsp;6 17:18:52
                          r-sip opensips[5588]: new-int
                          INVITE[PhoneNUM,PhoneNUM57]: SIP 404 after
                          19161ms from IP.ADD.RE.SS</div>
                        <div>local2.err&lt;147&gt;: Aug &nbsp;6 17:18:52
                          r-sip opensips[5612]: r-lt1
                          INVITE[+1PhoneNUM,PhoneNUM1]: SIP 180 after
                          25905ms from IP.ADD.RE.SS</div>
                        <div>local2.err&lt;147&gt;: Aug &nbsp;6 17:18:52
                          r-sip opensips[5592]: r-lt1
                          INVITE[+1PhoneNUM,PhoneNUM5]: relayed
                          IP.ADD.RE.SS outbound to IP.ADD.RE.SS</div>
                        <div>local2.err&lt;147&gt;: Aug &nbsp;6 17:18:52
                          r-sip opensips[5600]: r-in1
                          INVITE[+1PhoneNUM,PhoneNUM7]: relayed
                          IP.ADD.RE.SS outbound to IP.ADD.RE.SS</div>
                        <div>local2.err&lt;147&gt;: Aug &nbsp;6 17:18:52
                          r-sip opensips[5588]: new-int
                          INVITE[PhoneNUM7,PhoneNUM]: relayed
                          IP.ADD.RE.SS outbound to IP.ADD.RE.SS</div>
                        <div>local2.err&lt;147&gt;: Aug &nbsp;6 17:18:52
                          r-sip opensips[5560]: r-in1
                          INVITE[+PhoneNUM,PhoneNUM437]: SIP 100 after
                          3ms from IP.ADD.RE.SS</div>
                        <div>local2.err&lt;147&gt;: Aug &nbsp;6 17:18:52
                          r-sip opensips[5650]: r-lt1
                          INVITE[800PhoneNUM,PhoneNUM248]: relayed
                          IP.ADD.RE.SS outbound to IP.ADD.RE.SS</div>
                        <div>local2.err&lt;147&gt;: Aug &nbsp;6 17:18:52
                          r-sip opensips[5622]: r-lt1
                          INVITE[+PhoneNUM,PhoneNUM015]: SIP 100 after
                          9ms from IP.ADD.RE.SS</div>
                        <div>local2.err&lt;147&gt;: Aug &nbsp;6 17:18:52
                          r-sip opensips[5624]: Broadvox
                          BYE[PhoneNUM,PhoneNUM00] existing dialog</div>
                        <div>local2.err&lt;147&gt;: Aug &nbsp;6 17:18:52
                          r-sip opensips[5604]: r-in1
                          INVITE[80PhoneNUM,PhoneNUM213]: SIP 183 after
                          7270ms from IP.ADD.RE.SS</div>
                      </div>
                    </div>
                    <div class="gmail_extra"><br>
                      <br>
                      <div class="gmail_quote">On Wed, Aug 6, 2014 at
                        11:17 AM, Muhammad Shahzad <span dir="ltr">&lt;<a
                            moz-do-not-send="true"
                            href="mailto:shaheryarkh@gmail.com"
                            target="_blank">shaheryarkh@gmail.com</a>&gt;</span>
                        wrote:<br>
                        <blockquote class="gmail_quote" style="margin:0
                          0 0 .8ex;border-left:1px #ccc
                          solid;padding-left:1ex">
                          <div dir="ltr">
                            <div>
                              <div>
                                <div>You can set opensips log level
                                  using "debug" parameter.<br>
                                  <br>
                                  <a moz-do-not-send="true"
href="http://www.opensips.org/Documentation/Script-CoreParameters-1-11#toc35"
                                    target="_blank">http://www.opensips.org/Documentation/Script-CoreParameters-1-11#toc35</a><br>
                                  <br>
                                </div>
                                Also make sure your syslog service is
                                configured to send local2.* logs to the
                                log file(s) where you want to see them.
                                i.e. to see all opensips logs file named
                                opensips.log set /etc/rsyslog.conf to
                                have entry like this,<br>
                                <br>
                              </div>
                              local2.*&nbsp; /var/log/opensips.log<br>
                              <br>
                            </div>
                            <div>Then restart the service.<br>
                            </div>
                            <div><br>
                            </div>
                            Hope this helps.<br>
                            <div>
                              <div>
                                <div><br>
                                </div>
                                <div>Thank you.<br>
                                  <br>
                                  <br>
                                </div>
                              </div>
                            </div>
                          </div>
                          <div class="gmail_extra"> <br>
                            <br>
                            <div class="gmail_quote">
                              <div>
                                <div>On Wed, Aug 6, 2014 at 10:49 AM,
                                  Oleksandr Kunytsia <span dir="ltr">&lt;<a
                                      moz-do-not-send="true"
                                      href="mailto:okunia@gmail.com"
                                      target="_blank">okunia@gmail.com</a>&gt;</span>
                                  wrote:<br>
                                </div>
                              </div>
                              <blockquote class="gmail_quote"
                                style="margin:0 0 0 .8ex;border-left:1px
                                #ccc solid;padding-left:1ex">
                                <div>
                                  <div>
                                    <div dir="ltr"><span
                                        style="font-family:arial,sans-serif;font-size:13px">Hello,</span>
                                      <div
                                        style="font-family:arial,sans-serif;font-size:13px"><br>
                                      </div>
                                      <div
                                        style="font-family:arial,sans-serif;font-size:13px">Logging

                                        of my opensips looks like the
                                        following:</div>
                                      <div
                                        style="font-family:arial,sans-serif;font-size:13px">
                                        <div><br>
                                        </div>
                                        <div>----cut----&nbsp;</div>
                                        <div>log_facility=LOG_LOCAL2</div>
                                        <div>log_stderror=no</div>
                                      </div>
                                      <div
                                        style="font-family:arial,sans-serif;font-size:13px">----cut----<br>
                                      </div>
                                      <div
                                        style="font-family:arial,sans-serif;font-size:13px"><br>
                                      </div>
                                      <div
                                        style="font-family:arial,sans-serif;font-size:13px">Opensips

                                        sends logging information as
                                        LOCAL2.error messages,</div>
                                      <div
                                        style="font-family:arial,sans-serif;font-size:13px">
                                        <br>
                                      </div>
                                      <div
                                        style="font-family:arial,sans-serif;font-size:13px">How

                                        to configure to send messages
                                        with another log_level? e.g.&nbsp;<a
                                          moz-do-not-send="true"
                                          href="http://local2.info/"
                                          target="_blank">local2.info</a>?</div>
                                      <div
                                        style="font-family:arial,sans-serif;font-size:13px">
                                      </div>
                                    </div>
                                    <br>
                                  </div>
                                </div>
                                <div>_______________________________________________<br>
                                  Users mailing list<br>
                                  <a moz-do-not-send="true"
                                    href="mailto:Users@lists.opensips.org"
                                    target="_blank">Users@lists.opensips.org</a><br>
                                  <a moz-do-not-send="true"
                                    href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users"
                                    target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
                                  <br>
                                </div>
                              </blockquote>
                            </div>
                            <br>
                          </div>
                          <br>
_______________________________________________<br>
                          Users mailing list<br>
                          <a moz-do-not-send="true"
                            href="mailto:Users@lists.opensips.org"
                            target="_blank">Users@lists.opensips.org</a><br>
                          <a moz-do-not-send="true"
                            href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users"
                            target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
                          <br>
                        </blockquote>
                      </div>
                      <br>
                    </div>
                    <br>
                    <fieldset></fieldset>
                    <br>
                    <pre>_______________________________________________
Users mailing list
<a moz-do-not-send="true" href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a>
<a moz-do-not-send="true" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
                  </blockquote>
                  <br>
                </div>
              </div>
            </div>
            <br>
            _______________________________________________<br>
            Users mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
            <a moz-do-not-send="true"
              href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users"
              target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
            <br>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>