|
|
|
@ -7,7 +7,7 @@ |
|
|
|
<profile name="debug"> |
|
|
|
<settings> |
|
|
|
<param name="logfile" value="/var/log/freeswitch/debug.log"/> |
|
|
|
<param name="rollover" value="26214400"/> |
|
|
|
<param name="rollover" value="0"/> |
|
|
|
<param name="uuid" value="true" /> |
|
|
|
</settings> |
|
|
|
<mappings> |
|
|
|
@ -18,50 +18,12 @@ |
|
|
|
<profile name="error"> |
|
|
|
<settings> |
|
|
|
<param name="logfile" value="/var/log/freeswitch/error.log"/> |
|
|
|
<param name="rollover" value="26214400"/> |
|
|
|
<param name="rollover" value="0"/> |
|
|
|
<param name="uuid" value="true" /> |
|
|
|
</settings> |
|
|
|
<mappings> |
|
|
|
<map name="all" value="warning,err,crit,alert"/> |
|
|
|
</mappings> |
|
|
|
</profile> |
|
|
|
|
|
|
|
<profile name="erlang"> |
|
|
|
<settings> |
|
|
|
<param name="logfile" value="/var/log/freeswitch/erlang.log"/> |
|
|
|
<param name="rollover" value="26214400"/> |
|
|
|
<param name="uuid" value="true" /> |
|
|
|
</settings> |
|
|
|
<mappings> |
|
|
|
<map name="mod_erlang_event.c" value="debug,info,notice,warning,err,crit,alert"/> |
|
|
|
</mappings> |
|
|
|
</profile> |
|
|
|
|
|
|
|
<profile name="sofia"> |
|
|
|
<settings> |
|
|
|
<param name="logfile" value="/var/log/freeswitch/sofia.log"/> |
|
|
|
<param name="rollover" value="10485760"/> |
|
|
|
<param name="uuid" value="true" /> |
|
|
|
</settings> |
|
|
|
<mappings> |
|
|
|
<map name="mod_sofia.c" value="info,notice,warning,err,crit,alert"/> |
|
|
|
<map name="sofia.c" value="info,notice,warning,err,crit,alert"/> |
|
|
|
<map name="sofia_glue.c" value="info,notice,warning,err,crit,alert"/> |
|
|
|
<map name="sofia_reg.c" value="all"/> |
|
|
|
<map name="sofia_sla.c" value="info,notice,warning,err,crit,alert"/> |
|
|
|
<map name="sofia_presence.c" value="info,notice,warning,err,crit,alert"/> |
|
|
|
</mappings> |
|
|
|
</profile> |
|
|
|
|
|
|
|
<profile name="siptrace"> |
|
|
|
<settings> |
|
|
|
<param name="logfile" value="/var/log/freeswitch/siptrace.log"/> |
|
|
|
<param name="rollover" value="26214400"/> |
|
|
|
<param name="uuid" value="true" /> |
|
|
|
</settings> |
|
|
|
<mappings> |
|
|
|
<map name="sofia.c" value="debug"/> |
|
|
|
</mappings> |
|
|
|
</profile> |
|
|
|
</profiles> |
|
|
|
</configuration> |