[packages] net/nufw: run of autogen.sh needed with recent versions of libtool
[openwrt/svn-archive/archive.git] / net / freeswitch / files / etc.uci / autoload_configs / syslog.conf.xml
1 <configuration name="syslog.conf" description="Syslog Logger">
2 <!-- SYSLOG -->
3 <!-- emerg - system is unusable -->
4 <!-- alert - action must be taken immediately -->
5 <!-- crit - critical conditions -->
6 <!-- err - error conditions -->
7 <!-- warning - warning conditions -->
8 <!-- notice - normal, but significant, condition -->
9 <!-- info - informational message -->
10 <!-- debug - debug-level message -->
11 <settings>
12 <param name="facility" value="user"/>
13 <param name="ident" value="freeswitch"/>
14 <param name="loglevel" value="info"/>
15 <!-- Uncomment the following line to log uuids in syslogs (when applicable) -->
16 <!-- <param name="uuid" value="true"/> -->
17 </settings>
18 </configuration>