forked from Mirrors/freeswitch
a99973ca7c
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4413 d0543943-73ff-0310-b7d9-9358b9ac24b2
13 lines
445 B
XML
13 lines
445 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>
|
|
<!-- <param name="log_event" value="DEBUG"/> -->
|
|
<param name="all" value="DEBUG"/>
|
|
</mappings>
|
|
<settings>
|
|
<!-- uncomment for color logging (for debugging) -->
|
|
<!--<param name="colorize" value="true"/>-->
|
|
</settings>
|
|
</configuration>
|