提交 21db9795 authored 作者: Brian West's avatar Brian West

make it a bit more quiet by default

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6672 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 95d23e01
......@@ -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 -->
......
......@@ -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"/>
......
......@@ -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"/>
......
......@@ -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"/>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论