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) -->
|
|
|
|
<!--<param name="rollover" value="10485760"/>-->
|
|
|
|
</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>
|