hello,<div><br></div><div>is there any way to write siptrace output to different log file than default log file freeswitch.log?</div><div>or is there any way to write only siptrace output (no other debug, no switch core statements) to default log file.</div>


<div><br></div><div>i tried to write only siptrace to default log file. but when i change the switch log level </div>
<div>from debug to any other level, it also disables siptrace output automatically. </div><div><br></div><div>following config files have log level definitions:</div><div><br></div><div>console.conf.xml</div><div><br></div>


<div><div>    &lt;map name=&quot;all&quot; value=&quot;warning,err,crit,alert&quot;/&gt;</div><div>    &lt;map name=&quot;switch_loadable_module_process&quot; value=&quot;all&quot;/&gt;</div><div>    &lt;map name=&quot;switch_core_state_machine.c&quot; value=&quot;all&quot;/&gt;</div>


<div>    &lt;map name=&quot;sofia.c&quot;                     value=&quot;info,notice&quot;/&gt;</div></div><div><br></div><div>    &lt;param name=&quot;loglevel&quot; value=&quot;notice&quot;/&gt;</div><div><br></div><div>

switch.conf.xml</div><div><br></div><div>    &lt;param name=&quot;loglevel&quot; value=&quot;debug&quot;/&gt;  ==&gt; when i change this, no siptrace output</div><div><br></div><div>logfile.conf.xml</div><div><br></div><div>

   &lt;map name=&quot;all&quot; value=&quot;debug,info,notice,warning,err,crit,alert&quot;/&gt;</div><div><br></div><div>sofia.conf.xml</div><div><br></div><div>
 &lt;param name=&quot;log-level&quot; value=&quot;0&quot;/&gt;</div><div>.&lt;param name=&quot;tracelevel&quot; value=&quot;DEBUG&quot;/&gt;</div><div><br></div><div>how should i modify these parameters to accomplish what i need?</div>

<div><br></div><div>regards,</div><div>huseyin</div>