[asterisk-commits] mmichelson: testsuite/asterisk/trunk r4271 - /asterisk/trunk/configs/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Oct 21 16:10:19 CDT 2013


Author: mmichelson
Date: Mon Oct 21 16:10:18 2013
New Revision: 4271

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=4271
Log:
Lower the default debug and verbose levels.

For the testsuite, there's not a real need to have debug
and verbose levels super high. Most debug and verbose messages
are at level 5 or lower. If there is a test failure where a higher
debug or verbose level could be useful, then the test can be temporarily
adjusted to have a higher default level. As it stands, the high defaults
result in unnecessary cycles in the testsuite being wasted, as well as
unnecessarily large log files being created.

(Issue AST-1225)
reported by John Bigelow


Modified:
    asterisk/trunk/configs/asterisk.options.conf.inc

Modified: asterisk/trunk/configs/asterisk.options.conf.inc
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/configs/asterisk.options.conf.inc?view=diff&rev=4271&r1=4270&r2=4271
==============================================================================
--- asterisk/trunk/configs/asterisk.options.conf.inc (original)
+++ asterisk/trunk/configs/asterisk.options.conf.inc Mon Oct 21 16:10:18 2013
@@ -1,7 +1,7 @@
 ; Global asterisk.conf [options] settings.
 ;
-debug = 15
-verbose = 15
+debug = 5
+verbose = 5
 nocolor = yes
 dumpcore = yes
 execincludes = yes




More information about the asterisk-commits mailing list