2007-11-27 14:32:55 -05:00
|
|
|
<configuration name="logfile.conf" description="File Logging">
|
|
|
|
<settings>
|
|
|
|
<!-- File to log to -->
|
2007-12-04 18:06:39 -05:00
|
|
|
<!--<param name="logfile" value="/var/log/freeswitch.log"/>-->
|
2007-11-27 14:32:55 -05:00
|
|
|
<!-- At this length in bytes rotate the log file -->
|
2007-12-04 18:06:39 -05:00
|
|
|
<!--<param name="rollover" value="10485760"/>-->
|
2007-11-27 14:32:55 -05:00
|
|
|
<!-- The level of the message to log -->
|
|
|
|
<!--<param name="level" value="debug,info,warning,notice,error,crit,alert"/>-->
|
2007-12-04 18:06:39 -05:00
|
|
|
<param name="level" value="all"/>
|
2007-11-27 14:32:55 -05:00
|
|
|
</settings>
|
|
|
|
</configuration>
|
|
|
|
|