You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2015/08/30 18:35:05 UTC

svn commit: r1700137 - in /jmeter/branches/SampleTimeout: bin/user.properties src/components/org/apache/jmeter/timers/InterruptTimer.java

Author: sebb
Date: Sun Aug 30 16:35:04 2015
New Revision: 1700137

URL: http://svn.apache.org/r1700137
Log:
Don't enable debug by default

Modified:
    jmeter/branches/SampleTimeout/bin/user.properties
    jmeter/branches/SampleTimeout/src/components/org/apache/jmeter/timers/InterruptTimer.java

Modified: jmeter/branches/SampleTimeout/bin/user.properties
URL: http://svn.apache.org/viewvc/jmeter/branches/SampleTimeout/bin/user.properties?rev=1700137&r1=1700136&r2=1700137&view=diff
==============================================================================
--- jmeter/branches/SampleTimeout/bin/user.properties (original)
+++ jmeter/branches/SampleTimeout/bin/user.properties Sun Aug 30 16:35:04 2015
@@ -65,3 +65,6 @@
 
 # Enable Proxy request debug
 #log_level.jmeter.protocol.http.proxy.HttpRequestHdr=DEBUG
+
+#enable InterruptTimer debug
+#log_level.jmeter.timers.InterruptTimer=DEBUG
\ No newline at end of file

Modified: jmeter/branches/SampleTimeout/src/components/org/apache/jmeter/timers/InterruptTimer.java
URL: http://svn.apache.org/viewvc/jmeter/branches/SampleTimeout/src/components/org/apache/jmeter/timers/InterruptTimer.java?rev=1700137&r1=1700136&r2=1700137&view=diff
==============================================================================
--- jmeter/branches/SampleTimeout/src/components/org/apache/jmeter/timers/InterruptTimer.java (original)
+++ jmeter/branches/SampleTimeout/src/components/org/apache/jmeter/timers/InterruptTimer.java Sun Aug 30 16:35:04 2015
@@ -78,7 +78,7 @@ public class InterruptTimer extends Abst
      * No-arg constructor.
      */
     public InterruptTimer() {
-        LOG.setPriority(org.apache.log.Priority.DEBUG); // for local debugging when enabled
+//        LOG.setPriority(org.apache.log.Priority.DEBUG); // for local debugging when enabled
         debug = LOG.isDebugEnabled();
         execService = getExecutorService();
         if (debug) {