From dd8545bd0e0e7ad71d7e15f0d0801e0605977b9a Mon Sep 17 00:00:00 2001 From: Brian West Date: Thu, 14 Feb 2008 22:47:10 +0000 Subject: [PATCH] thanks mcollins git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7616 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- conf/autoload_configs/console.conf.xml | 30 +++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/conf/autoload_configs/console.conf.xml b/conf/autoload_configs/console.conf.xml index 98a99a0d00..62ef747949 100644 --- a/conf/autoload_configs/console.conf.xml +++ b/conf/autoload_configs/console.conf.xml @@ -3,9 +3,33 @@ + name can be a file name, function name or 'all' + value is one or more of debug,info,notice,warning,err,crit,alert,all + See examples below + + + The following map is the default, which is all debug levels enabled: + + + + Example: the following turns on debugging for error and critical levels only + + + NOTE: using map name="all" will override any other settings! If you + want a more specific set of console messages then you will need + to specify which files and/or functions you want to have debug + messages. One option is to turn on just the more critical + messages with map name="all", then specify the other types of + console messages you want to see for various files and functions. + + Example: turn on ERROR, CRIT, ALERT for all modules, then specify other + levels for various modules and functions + + + + + + -->