]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
make it a bit more quiet by default
authorBrian West <brian@freeswitch.org>
Tue, 11 Dec 2007 20:58:39 +0000 (20:58 +0000)
committerBrian West <brian@freeswitch.org>
Tue, 11 Dec 2007 20:58:39 +0000 (20:58 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6672 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/autoload_configs/console.conf.xml
conf/sip_profiles/default.xml
conf/sip_profiles/nat.xml
conf/sip_profiles/outbound.xml

index 76508cb17e16227ca060bc22052f3afae6fc6d6d..12407ee2485b002a3a2cf1d1cd8407db42baf21e 100644 (file)
@@ -6,7 +6,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
     -->
-    <map name="all" value="debug,info,notice,warning,err,crit,alert"/>
+    <map name="all" value="info,notice,warning,err,crit,alert"/>
   </mappings>
   <settings>
     <!-- comment or set to false for no color logging -->
index 9118a961823ecf07e7764577e851bced4fd60378..f854d691f186e4abffb1d197b6f5e3675146e814 100644 (file)
@@ -15,7 +15,7 @@
   </domains>
   
   <settings>
-    <param name="debug" value="1"/>
+    <param name="debug" value="0"/>
     <param name="context" value="public"/>
     <param name="rfc2833-pt" value="101"/>
     <param name="sip-port" value="5060"/>
index d9154c598438534e008cf0ba7e6ae976631cbb0b..9e891a84749a1e849b1b07d5148ac313c85ab052 100644 (file)
@@ -5,7 +5,7 @@
   </gateways>
 
   <settings>
-    <param name="debug" value="1"/>
+    <param name="debug" value="0"/>
     <param name="rfc2833-pt" value="101"/>
     <param name="sip-port" value="5070"/>
     <param name="dialplan" value="XML"/>
index 8206a49e5b7bf7ba2ff3bc3de4f2cf93a966ed34..1434a2e8c0489eeca0a49a809a32dc2b84997c72 100644 (file)
@@ -10,7 +10,7 @@
   </domains>
 
   <settings>
-    <param name="debug" value="1"/>
+    <param name="debug" value="0"/>
     <param name="rfc2833-pt" value="101"/>
     <param name="sip-port" value="5080"/>
     <param name="dialplan" value="XML"/>