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) -->
|
|
|
|
<!--<param name="rollover" value="10485760"/>-->
|
|
|
|
</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
|
|
|
-->
|
2007-12-10 19:16:50 +00:00
|
|
|
<map name="all" value="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>
|