Added support for mod_rtmp (Real Time Messaging Protocol)
[openwrt/svn-archive/archive.git] / net / freeswitch / files / etc.minimal / autoload_configs / logfile.conf.xml
1 <configuration name="logfile.conf" description="File Logging">
2 <settings>
3 <!-- true to auto rotate on HUP, false to open/close -->
4 <param name="rotate-on-hup" value="true"/>
5 </settings>
6 <profiles>
7 <profile name="default">
8 <settings>
9 <!-- File to log to -->
10 <!--<param name="logfile" value="/var/log/freeswitch.log"/>-->
11 <!-- At this length in bytes rotate the log file (0 for never) -->
12 <param name="rollover" value="10485760"/>
13 <!-- Uncomment to prefix all log lines by the session's uuid -->
14 <!-- <param name="uuid" value="true" /> -->
15 </settings>
16 <mappings>
17 <!--
18 name can be a file name, function name or 'all'
19 value is one or more of debug,info,notice,warning,err,crit,alert,all
20 Please see comments in console.conf.xml for more information
21 -->
22 <map name="all" value="debug,info,notice,warning,err,crit,alert"/>
23 </mappings>
24 </profile>
25 </profiles>
26 </configuration>