[Freeswitch-svn] [commit] r9737 - in freeswitch/trunk/conf: . autoload_configs

Freeswitch SVN brian at freeswitch.org
Mon Sep 29 11:53:36 EDT 2008


Author: brian
Date: Mon Sep 29 11:53:36 2008
New Revision: 9737

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

Log:
add console_loglevel variable

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	Mon Sep 29 11:53:36 2008
@@ -51,6 +51,6 @@
   <settings>
     <!-- comment or set to false for no color logging -->
     <param name="colorize" value="true"/>
-    <param name="loglevel" value="info"/>
+    <param name="loglevel" value="$${console_loglevel}"/>
   </settings>
 </configuration>

Modified: freeswitch/trunk/conf/vars.xml
==============================================================================
--- freeswitch/trunk/conf/vars.xml	(original)
+++ freeswitch/trunk/conf/vars.xml	Mon Sep 29 11:53:36 2008
@@ -100,6 +100,7 @@
   <X-PRE-PROCESS cmd="set" data="outbound_caller_name=FreeSWITCH"/>
   <X-PRE-PROCESS cmd="set" data="outbound_caller_id=0000000000"/>
   <X-PRE-PROCESS cmd="set" data="call_debug=false"/>
+  <X-PRE-PROCESS cmd="set" data="console_loglevel=info"/>
 
   <X-PRE-PROCESS cmd="set" data="uk-ring=%(400,200,400,450);%(400,2200,400,450)"/>
   <X-PRE-PROCESS cmd="set" data="us-ring=%(2000, 4000, 440.0, 480.0)"/>



More information about the Freeswitch-svn mailing list