[Freeswitch-users] FreeSWITCH log question
Виталий Давудов
vitaliy.davudov at vts24.ru
Wed Oct 24 13:44:09 MSD 2012
Hi, list!
I've installed FreeSWITCH Version 1.2.3+git~20120920T220849Z~f718a5e8e6
(1.2.3; git at commit f718a5e8e6 on Thu, 20 Sep 2012 22:08:49 Z).
I decide to decrease console log level. To achieve this goal I edited
console.conf.xml file and replace some string:
from
<mappings>
<map name="all"
value="console,debug,info,notice,warning,err,crit,alert"/>
</mappings>
<settings>
<param name="loglevel" value="info"/>
</settings>
to
<mappings>
<map name="all" value="err,crit,alert"/>
</mappings>
<settings>
<param name="loglevel" value="err"/>
</settings>
and then restart freeswitch
But when I run fs_cli there still present debug, info, etc, messages.
Console log level decreased only after I changed in swintch.conf.xml
file loglevel param from debug to err - this method is not suited to me
because it decrease log level in freeswitch.log too.
How can I properly tune FS to achive my goal?
--
Best regards,
Vitaly.
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list