]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-9799 rotate and increase log file size
authorBrian West <brian@freeswitch.org>
Fri, 2 Dec 2016 15:09:15 +0000 (09:09 -0600)
committerBrian West <brian@freeswitch.org>
Fri, 2 Dec 2016 15:09:15 +0000 (09:09 -0600)
conf/vanilla/autoload_configs/logfile.conf.xml

index 8e7f6c2d71d7a45aeaf408009a5a09e78850c8bc..670bae957f9ec66c1c49dab4db3c899e3a385b9f 100644 (file)
@@ -9,10 +9,10 @@
         <!-- 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"/>
+        <param name="rollover" value="1048576000"/>
                <!-- 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="32"/>
         <!-- Prefix all log lines by the session's uuid  -->
         <param name="uuid" value="true" />
       </settings>