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 670bae957f9ec66c1c49dab4db3c899e3a385b9f..abbd2f737af48e5004023eea799d9b72ce37e9e3 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="104857600"/>
 		<!-- 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>
@@ -22,7 +22,7 @@
 	     value is one or more of debug,info,notice,warning,err,crit,alert,all
 	     Please see comments in console.conf.xml for more information
 	-->
-	<map name="all" value="console,debug,info,notice,warning,err,crit,alert"/>
+	<map name="all" value="info,notice,warning,err,crit,alert"/>
       </mappings>
     </profile>
   </profiles>