freeswitch/conf/autoload_configs/logfile.conf.xml
Anthony Minessale fb2007b25e add mod_cdr_csv
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6543 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-12-06 19:53:07 +00:00

24 lines
796 B
XML

<configuration name="logfile.conf" description="File Logging">
<settings>
<!-- true to auto rotate on HUP, false to open/close -->
<param name="rotate-on-hup" value="true"/>
</settings>
<profiles>
<profile name="default">
<settings>
<!-- File to log to -->
<!--<param name="logfile" value="/var/log/freeswitch.log"/>-->
<!-- At this length in bytes rotate the log file (0 for never) -->
<!--<param name="rollover" value="10485760"/>-->
</settings>
<mappings>
<!--
name can be a file name, function name or 'all'
value is one or more of debug,info,notice,warning,error,crit,alert,all
-->
<map name="all" value="debug,info,notice,warning,error,crit,alert"/>
</mappings>
</profile>
</profiles>
</configuration>