Skip to content
Snippets Groups Projects
Unverified Commit eb373472 authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

Merge pull request #12029 from fireba11/reduce_freeswitch_log_level

Reduce freeswitch log level
parents 33ad2f1a 1cdcddd9
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment