diff --git a/bbb-voice-conference/config/freeswitch/conf/autoload_configs/logfile.conf.xml b/bbb-voice-conference/config/freeswitch/conf/autoload_configs/logfile.conf.xml index d9e9a2eb052c42e31ea1151c0a9002047ffa7cd3..929dbb06f16f76ab66555b179cbeb26fbb27c9a0 100644 --- a/bbb-voice-conference/config/freeswitch/conf/autoload_configs/logfile.conf.xml +++ b/bbb-voice-conference/config/freeswitch/conf/autoload_configs/logfile.conf.xml @@ -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="1048576000"/> + <param name="rollover" value="1073741824"/> <!-- 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"/> <!-- Prefix all log lines by the session's uuid --> <param name="uuid" value="true" /> </settings>