From 1cdcddd95ac8b6904ec7c80102738159f1bb2b57 Mon Sep 17 00:00:00 2001
From: fireba11 <github@enlightning.de>
Date: Mon, 19 Apr 2021 19:28:50 +0200
Subject: [PATCH] set max to 100MB since rollover by age is not an option, so
 we will end up at 100MB+10 sooner or later

---
 .../config/freeswitch/conf/autoload_configs/logfile.conf.xml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 929dbb06f1..abbd2f737a 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,7 +9,7 @@
         <!-- 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="1073741824"/>
+        <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="10"/>
-- 
GitLab