From d2b17c8c4e5e91160ec19d682e508b56ad39a3c0 Mon Sep 17 00:00:00 2001
From: fireba11 <github@enlightning.de>
Date: Wed, 14 Apr 2021 19:44:05 +0200
Subject: [PATCH] reduce freeswitch log level

disables console and debug log levels to not create huge log files by
default
---
 .../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 670bae957f..d9e9a2eb05 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
@@ -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>
-- 
GitLab