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 -->
|
|
|
|
<param name="rotate" value="true"/>
|
2007-11-27 19:32:55 +00:00
|
|
|
</settings>
|
2007-12-05 02:36:27 +00:00
|
|
|
<profiles>
|
|
|
|
<profile name="default">
|
|
|
|
<settings>
|
|
|
|
<!-- File to log to -->
|
|
|
|
<!--<param name="logfile" value="/var/log/freeswitch.log"/>-->
|
|
|
|
<!-- At this length in bytes rotate the log file (0 for never) -->
|
|
|
|
<!--<param name="rollover" value="10485760"/>-->
|
|
|
|
<!-- The level of the message to log -->
|
|
|
|
<!--<param name="level" value="debug,info,warning,notice,error,crit,alert"/>-->
|
|
|
|
<param name="level" value="all"/>
|
|
|
|
</settings>
|
|
|
|
</profile>
|
|
|
|
</profiles>
|
2007-11-27 19:32:55 +00:00
|
|
|
</configuration>
|
|
|
|
|