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 2014/02/27 02:22:36 UTC

svn commit: r1572375 - in /jmeter/trunk/bin: system.properties user.properties

Author: sebb
Date: Thu Feb 27 01:22:36 2014
New Revision: 1572375

URL: http://svn.apache.org/r1572375
Log:
Turns out Commons Logging was already configured for Logkit

Modified:
    jmeter/trunk/bin/system.properties
    jmeter/trunk/bin/user.properties

Modified: jmeter/trunk/bin/system.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/system.properties?rev=1572375&r1=1572374&r2=1572375&view=diff
==============================================================================
--- jmeter/trunk/bin/system.properties (original)
+++ jmeter/trunk/bin/system.properties Thu Feb 27 01:22:36 2014
@@ -19,6 +19,9 @@
 #    Used by HttpComponents 4.x, see: 
 #    http://hc.apache.org/httpcomponents-client-4.3.x/logging.html
 #
+# By default, Commons Logging is configured by JMeter to use the same logging system
+# as the main JMeter code; to configure it please see jmeter.properties.
+#
 # Uncomment to enable debugging of Commons Logging setup; may be useful if
 # implementation cannot be instantiated:
 #org.apache.commons.logging.diagnostics.dest=STDERR
@@ -31,10 +34,6 @@
 #org.apache.commons.logging.simplelog.log.org.apache.http=DEBUG
 #org.apache.commons.logging.simplelog.log.org.apache.http.wire=ERROR
 
-# Uncomment the following to tell Commons Logging to output to the JMeter log file: 
-#org.apache.commons.logging.Log=org.apache.jorphan.logging.LogkitLogger
-# Note: in this case, HC4 logging must be configured in user.properties (or jmeter.properties)
-
 # Java networking-related properties
 #
 # For details of Oracle Java network properties, see for example:

Modified: jmeter/trunk/bin/user.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/user.properties?rev=1572375&r1=1572374&r2=1572375&view=diff
==============================================================================
--- jmeter/trunk/bin/user.properties (original)
+++ jmeter/trunk/bin/user.properties Thu Feb 27 01:22:36 2014
@@ -62,8 +62,3 @@
 
 # Enable Proxy request debug
 #log_level.jmeter.protocol.http.proxy.HttpRequestHdr=DEBUG
-
-# HttpComponents logging configuration when using LogkitLogger
-# Uncomment the following 2 lines for basic debug logging
-#log_level.org.apache.http=DEBUG
-#log_level.org.apache.http.wire=ERROR