Merge pull request #12029 from fireba11/reduce_freeswitch_log_level

Reduce freeswitch log level
This commit is contained in:
Anton Georgiev 2021-04-22 15:02:33 -04:00 committed by GitHub
commit eb37347294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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="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>