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