[Freeswitch-svn] [commit] r7627 - freeswitch/trunk/conf/autoload_configs

Freeswitch SVN brian at freeswitch.org
Fri Feb 15 15:29:50 EST 2008


Author: brian
Date: Fri Feb 15 15:29:49 2008
New Revision: 7627

Modified:
   freeswitch/trunk/conf/autoload_configs/console.conf.xml
   freeswitch/trunk/conf/autoload_configs/logfile.conf.xml

Log:
thanks mcollins

Modified: freeswitch/trunk/conf/autoload_configs/console.conf.xml
==============================================================================
--- freeswitch/trunk/conf/autoload_configs/console.conf.xml	(original)
+++ freeswitch/trunk/conf/autoload_configs/console.conf.xml	Fri Feb 15 15:29:49 2008
@@ -31,6 +31,22 @@
         <map name="mod_sndfile.c" value="warning,info,debug"/>
      -->
     <map name="all" value="debug,info,notice,warning,err,crit,alert"/>
+    
+    <!--
+      You can use or modify this sample set of mappings.  It turns on higher
+      level messages for all modules and then specifies extra lower level
+      messages for OpenZAP, Sofia, and switch core messages.
+      
+    <map name="all"                         value="warning,err,crit,alert"/>
+    <map name="zap_analog.c"                value="all"/>
+    <map name="zap_io.c"                    value="all"/>
+    <map name="zap_isdn.c"                  value="all"/>
+    <map name="zap_zt.c"                    value="all"/>
+    <map name="mod_openzap"                 value="all"/>
+    <map name="sofia.c"                     value="notice"/>
+    <map name="switch_core_state_machine.c" value="all"/>      
+    
+    -->
   </mappings>
   <settings>
     <!-- comment or set to false for no color logging -->

Modified: freeswitch/trunk/conf/autoload_configs/logfile.conf.xml
==============================================================================
--- freeswitch/trunk/conf/autoload_configs/logfile.conf.xml	(original)
+++ freeswitch/trunk/conf/autoload_configs/logfile.conf.xml	Fri Feb 15 15:29:49 2008
@@ -15,6 +15,7 @@
 	<!-- 
 	     name can be a file name, function name or 'all' 
 	     value is one or more of debug,info,notice,warning,err,crit,alert,all
+	     Please see comments in console.conf.xml for more information
 	-->
 	<map name="all" value="debug,info,notice,warning,err,crit,alert"/>
       </mappings>



More information about the Freeswitch-svn mailing list