2007-11-27 14:32:55 -05:00
|
|
|
<configuration name="logfile.conf" description="File Logging">
|
|
|
|
<settings>
|
2007-12-04 18:47:27 -05:00
|
|
|
<!-- true to auto rotate on HUP, false to open/close -->
|
2007-12-06 14:53:07 -05:00
|
|
|
<param name="rotate-on-hup" value="true"/>
|
2007-12-05 15:24:20 -05:00
|
|
|
</settings>
|
2007-12-04 21:36:27 -05:00
|
|
|
<profiles>
|
|
|
|
<profile name="default">
|
|
|
|
<settings>
|
|
|
|
<!-- File to log to -->
|
2007-12-05 15:24:20 -05:00
|
|
|
<!--<param name="logfile" value="/var/log/freeswitch.log"/>-->
|
2007-12-04 21:36:27 -05:00
|
|
|
<!-- At this length in bytes rotate the log file (0 for never) -->
|
2009-06-24 12:26:14 -04:00
|
|
|
<param name="rollover" value="10485760"/>
|
2011-12-18 17:04:11 -05:00
|
|
|
<!-- Maximum number of log files to keep before wrapping -->
|
|
|
|
<!-- If this parameter is enabled, the log filenames will not include a date stamp -->
|
|
|
|
<!-- <param name="maximum-rotate" value="32"/> -->
|
2009-11-18 19:17:47 -05:00
|
|
|
<!-- Uncomment to prefix all log lines by the session's uuid -->
|
|
|
|
<!-- <param name="uuid" value="true" /> -->
|
2007-12-04 21:36:27 -05:00
|
|
|
</settings>
|
2007-12-05 15:24:20 -05:00
|
|
|
<mappings>
|
|
|
|
<!--
|
|
|
|
name can be a file name, function name or 'all'
|
2007-12-10 14:16:50 -05:00
|
|
|
value is one or more of debug,info,notice,warning,err,crit,alert,all
|
2008-02-15 15:29:49 -05:00
|
|
|
Please see comments in console.conf.xml for more information
|
2007-12-05 15:24:20 -05:00
|
|
|
-->
|
2007-12-10 14:16:50 -05:00
|
|
|
<map name="all" value="debug,info,notice,warning,err,crit,alert"/>
|
2007-12-05 15:24:20 -05:00
|
|
|
</mappings>
|
2007-12-04 21:36:27 -05:00
|
|
|
</profile>
|
|
|
|
</profiles>
|
2007-11-27 14:32:55 -05:00
|
|
|
</configuration>
|