提交 6c6f842b authored 作者: Brian West's avatar Brian West

FS-9799 rotate and increase log file size

上级 dac1b67c
...@@ -9,10 +9,10 @@ ...@@ -9,10 +9,10 @@
<!-- File to log to --> <!-- File to log to -->
<!--<param name="logfile" value="/var/log/freeswitch.log"/>--> <!--<param name="logfile" value="/var/log/freeswitch.log"/>-->
<!-- At this length in bytes rotate the log file (0 for never) --> <!-- At this length in bytes rotate the log file (0 for never) -->
<param name="rollover" value="10485760"/> <param name="rollover" value="1048576000"/>
<!-- 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="32"/>
<!-- Prefix all log lines by the session's uuid --> <!-- Prefix all log lines by the session's uuid -->
<param name="uuid" value="true" /> <param name="uuid" value="true" />
</settings> </settings>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论