]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
thanks mcollins
authorBrian West <brian@freeswitch.org>
Fri, 15 Feb 2008 20:29:49 +0000 (20:29 +0000)
committerBrian West <brian@freeswitch.org>
Fri, 15 Feb 2008 20:29:49 +0000 (20:29 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7627 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/autoload_configs/console.conf.xml
conf/autoload_configs/logfile.conf.xml

index 62ef747949b7d1cdfccf8784c3c99bd4a5e0f625..bb2c5000faf631a978d5108eee341364ed543691 100644 (file)
         <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 -->
index e666cc946933b5dd402d9a68316635180dae5899..1fbdbdc33c1b805396234d80630c3476c385fec6 100644 (file)
@@ -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>