Author: sebb
Date: Wed Dec 5 08:49:51 2007
New Revision: 601410
URL: http://svn.apache.org/viewvc?rev=601410&view=rev
Log:
Document new httpclient logging URL and how its logging is configured
Modified:
jakarta/jmeter/trunk/bin/jmeter.properties
Modified: jakarta/jmeter/trunk/bin/jmeter.properties
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/bin/jmeter.properties?rev=601410&r1=601409&r2=601410&view=diff
==============================================================================
--- jakarta/jmeter/trunk/bin/jmeter.properties (original)
+++ jakarta/jmeter/trunk/bin/jmeter.properties Wed Dec 5 08:49:51 2007
@@ -252,8 +252,14 @@
#log_config=logkit.xml
# HttpClient Logging information can be found at:
-# http://jakarta.apache.org/commons/httpclient/logging.html
+# http://jakarta.apache.org/httpcomponents/httpclient-3.x/logging.html
+# N.B. When JMeter starts, it sets the system property:
+# org.apache.commons.logging.Log
+# to
+# org.apache.commons.logging.impl.LogKitLogger
+# if not already set. This causes HttpClient to use the same logging as JMeter
+#
#---------------------------------------------------------------------------
# Results file configuration
#---------------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]