freeswitch/conf/autoload_configs/console.conf.xml
Brian West 5fea07270f grrr
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6756 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-13 17:17:15 +00:00

16 lines
553 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="info,notice,warning,err,crit,alert"/>
</mappings>
<settings>
<!-- comment or set to false for no color logging -->
<param name="colorize" value="true"/>
</settings>
</configuration>