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> <map name="all" value="warning,err,crit,alert"/></div><div> <map name="switch_loadable_module_process" value="all"/></div><div> <map name="switch_core_state_machine.c" value="all"/></div>
<div> <map name="sofia.c" value="info,notice"/></div></div><div><br></div><div> <param name="loglevel" value="notice"/></div><div><br></div><div>
switch.conf.xml</div><div><br></div><div> <param name="loglevel" value="debug"/> ==> when i change this, no siptrace output</div><div><br></div><div>logfile.conf.xml</div><div><br></div><div>
<map name="all" value="debug,info,notice,warning,err,crit,alert"/></div><div><br></div><div>sofia.conf.xml</div><div><br></div><div>
<param name="log-level" value="0"/></div><div>.<param name="tracelevel" value="DEBUG"/></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>