2007-01-23 01:12:47 +00: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>
|
2007-12-05 20:24:20 +00:00
|
|
|
<!--
|
|
|
|
name can be a file name, function name or 'all'
|
2007-12-10 19:16:50 +00:00
|
|
|
value is one or more of debug,info,notice,warning,err,crit,alert,all
|
2007-12-05 20:24:20 +00:00
|
|
|
-->
|
2008-02-04 17:06:43 +00:00
|
|
|
<map name="all" value="debug,info,notice,warning,err,crit,alert"/>
|
2007-01-23 01:12:47 +00:00
|
|
|
</mappings>
|
2007-02-28 18:28:07 +00:00
|
|
|
<settings>
|
2007-12-05 20:24:20 +00:00
|
|
|
<!-- comment or set to false for no color logging -->
|
|
|
|
<param name="colorize" value="true"/>
|
2008-02-04 18:22:29 +00:00
|
|
|
<param name="loglevel" value="info"/>
|
2007-02-28 18:28:07 +00:00
|
|
|
</settings>
|
2007-01-23 01:12:47 +00:00
|
|
|
</configuration>
|