forked from Mirrors/freeswitch
11 lines
301 B
XML
11 lines
301 B
XML
|
<configuration name="console.conf" description="Console Logger">
|
||
|
<mappings>
|
||
|
<map name="all" value="console,debug,info,notice,warning,err,crit,alert"/>
|
||
|
</mappings>
|
||
|
|
||
|
<settings>
|
||
|
<param name="colorize" value="true"/>
|
||
|
<param name="loglevel" value="debug"/>
|
||
|
</settings>
|
||
|
</configuration>
|