Set max rotate on the FreeSWITCH logs to 10.

This commit is contained in:
markjcrane
2016-02-22 13:15:55 -07:00
parent 12dae0c7a0
commit 724ea56dd5

View File

@@ -12,7 +12,7 @@
<param name="rollover" value="10485760"/>
<!-- Maximum number of log files to keep before wrapping -->
<!-- If this parameter is enabled, the log filenames will not include a date stamp -->
<!-- <param name="maximum-rotate" value="32"/> -->
<param name="maximum-rotate" value="10"/>
<!-- Uncomment to prefix all log lines by the session's uuid -->
<param name="uuid" value="true" />
</settings>