1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-24 07:58:59 +00:00
freeswitch/conf/console.conf.xml

9 lines
312 B
XML
Raw Normal View History

<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>
</configuration>