forked from Mirrors/freeswitch
9e9695a3d3
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6774 d0543943-73ff-0310-b7d9-9358b9ac24b2
16 lines
559 B
XML
16 lines
559 B
XML
<configuration name="console.conf" description="Console Logger">
|
|
<!-- pick a file name, a function name or 'all' -->
|
|
<!-- map as many as you need for specific debugging -->
|
|
<mappings>
|
|
<!--
|
|
name can be a file name, function name or 'all'
|
|
value is one or more of debug,info,notice,warning,err,crit,alert,all
|
|
-->
|
|
<map name="all" value="debug,info,notice,warning,err,crit,alert"/>
|
|
</mappings>
|
|
<settings>
|
|
<!-- comment or set to false for no color logging -->
|
|
<param name="colorize" value="true"/>
|
|
</settings>
|
|
</configuration>
|