2007-01-22 20:12:47 -05:00
|
|
|
<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>
|
2007-02-28 13:28:07 -05:00
|
|
|
<settings>
|
|
|
|
<!-- uncomment for color logging (for debugging) -->
|
|
|
|
<!--<param name="colorize" value="true"/>-->
|
|
|
|
</settings>
|
2007-01-22 20:12:47 -05:00
|
|
|
</configuration>
|