Hello Ovidiu Sas,<br>Sure, I just removed this, see 01_expand_log_facilities.diff attached.<br>Also I changed a printing of stack trace (see 02_better_printing_stacktrace.diff) according to standard python&#39;s traceback.<br>

<br>Example of old printing:<br> 0(4842) ERROR: app_python [python_support.c:38]: python_exec2: Unhandled exception in the Python code:<br> 0(4842) ERROR: app_python [python_support.c:78]:       Traceback (most recent call last):<br>

 0(4842) ERROR: app_python [python_support.c:78]:         File &quot;/opt/kamailio/python/Kam-Loggers.py&quot;, line 34, in BuggyCode<br>    return self.BuggyCode_lvl2(a)<br> 0(4842) ERROR: app_python [python_support.c:78]:         File &quot;/opt/kamailio/python/Kam-Loggers.py&quot;, line 31, in BuggyCode_lvl2<br>

    return self.BuggyCode_lvl3(a)<br> 0(4842) ERROR: app_python [python_support.c:78]:         File &quot;/opt/kamailio/python/Kam-Loggers.py&quot;, line 28, in BuggyCode_lvl3<br>    return self.BuggyCode_lvl4(a)<br> 0(4842) ERROR: app_python [python_support.c:78]:         File &quot;/opt/kamailio/python/Kam-Loggers.py&quot;, line 25, in BuggyCode_lvl4<br>

    return self.BuggyCode_lvl5(a)<br> 0(4842) ERROR: app_python [python_support.c:78]:         File &quot;/opt/kamailio/python/Kam-Loggers.py&quot;, line 22, in BuggyCode_lvl5<br>    a / 0<br> 0(4842) ERROR: app_python [python_support.c:78]:       TypeError: unsupported operand type(s) for /: &#39;Router.msg&#39; and &#39;int&#39;<br>

<br><br>Example of new printing:<br> 0(4753) ERROR: app_python [python_support.c:95]: python_exec2: Unhandled exception in the Python code:<br>Traceback (most recent call last):<br>  File &quot;/opt/kamailio/python/Kam-Loggers.py&quot;, line 34, in BuggyCode<br>

    return self.BuggyCode_lvl2(a)<br>  File &quot;/opt/kamailio/python/Kam-Loggers.py&quot;, line 31, in BuggyCode_lvl2<br>    return self.BuggyCode_lvl3(a)<br>  File &quot;/opt/kamailio/python/Kam-Loggers.py&quot;, line 28, in BuggyCode_lvl3<br>

    return self.BuggyCode_lvl4(a)<br>  File &quot;/opt/kamailio/python/Kam-Loggers.py&quot;, line 25, in BuggyCode_lvl4<br>    return self.BuggyCode_lvl5(a)<br>  File &quot;/opt/kamailio/python/Kam-Loggers.py&quot;, line 22, in BuggyCode_lvl5<br>

    a / 0<br>TypeError: unsupported operand type(s) for /: &#39;Router.msg&#39; and &#39;int&#39;<br><br><br><br><div class="gmail_quote">2012/12/4 Ovidiu Sas <span dir="ltr">&lt;<a href="mailto:osas@voipembedded.com" target="_blank">osas@voipembedded.com</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello Konstantin,<br>
<br>
I would be happy to commit your patch, but I would like to ask you to<br>
remove, for now, the conditional FLAVOUR compilation.<br>
You could leave the module name as &quot;Router&quot; for now.<br>
Can you generate an new patch file without FLAVOUR?<br>
<br>
Regards,<br>
Ovidiu Sas<br>
<div><div class="h5"><br>
On Mon, Dec 3, 2012 at 2:50 PM, Konstantin M. &lt;<a href="mailto:evilzluk@gmail.com">evilzluk@gmail.com</a>&gt; wrote:<br>
&gt; Hi Dev,<br>
&gt;<br>
&gt; Modified app_python:<br>
&gt;<br>
&gt; 1) Added FLAVOUR support<br>
&gt; 2) Added python objects:<br>
&gt;<br>
&gt;   Module Properties:<br>
&gt;      Log Levels:<br>
&gt;          L_ALERT<br>
&gt;          L_BUG<br>
&gt;          L_CRIT2<br>
&gt;          L_CRIT<br>
&gt;          L_ERR<br>
&gt;          L_WARN<br>
&gt;          L_NOTICE<br>
&gt;          L_INFO<br>
&gt;          L_DBG<br>
&gt;<br>
&gt;      Log Facilities:<br>
&gt;          DEFAULT_FACILITY<br>
&gt;<br>
&gt;   Module Methods:<br>
&gt;      LM_GEN1(self, int log_level, str msg)<br>
&gt;      LM_GEN2(self, int log_facility, int log_level, str msg)<br>
&gt;      LM_ALERT(self, str msg)<br>
&gt;      LM_CRIT(self, str msg)<br>
&gt;      LM_ERR(self, str msg)<br>
&gt;      LM_WARN(self, str msg)<br>
&gt;      LM_NOTICE(self, str msg)<br>
&gt;      LM_INFO(self, str msg)<br>
&gt;      LM_DBG(self, str msg)<br>
&gt;<br>
<br>
</div></div>_______________________________________________<br>
sr-dev mailing list<br>
<a href="mailto:sr-dev@lists.sip-router.org">sr-dev@lists.sip-router.org</a><br>
<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev</a><br>
</blockquote></div><br>