Set max rotate on the FreeSWITCH logs to 10.
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
<param name="rollover" value="10485760"/>
|
<param name="rollover" value="10485760"/>
|
||||||
<!-- Maximum number of log files to keep before wrapping -->
|
<!-- Maximum number of log files to keep before wrapping -->
|
||||||
<!-- If this parameter is enabled, the log filenames will not include a date stamp -->
|
<!-- 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 -->
|
<!-- Uncomment to prefix all log lines by the session's uuid -->
|
||||||
<param name="uuid" value="true" />
|
<param name="uuid" value="true" />
|
||||||
</settings>
|
</settings>
|
||||||
|
|||||||
Reference in New Issue
Block a user