Author: pmouawad
Date: Sun Apr 17 13:28:54 2016
New Revision: 1739608

URL: http://svn.apache.org/viewvc?rev=1739608&view=rev
Log:
Add more sections

Modified:
    jmeter/trunk/bin/jmeter.properties

Modified: jmeter/trunk/bin/jmeter.properties
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/bin/jmeter.properties?rev=1739608&r1=1739607&r2=1739608&view=diff
==============================================================================
--- jmeter/trunk/bin/jmeter.properties (original)
+++ jmeter/trunk/bin/jmeter.properties Sun Apr 17 13:28:54 2016
@@ -400,6 +400,10 @@ log_level.jorphan=INFO
 # Define the local host address to be used for multi-homed hosts
 #httpclient.localaddress=1.2.3.4
 
+#---------------------------------------------------------------------------
+# AuthManager Kerberos configuration
+#---------------------------------------------------------------------------
+
 # AuthManager Kerberos configuration
 # Name of application module used in jaas.conf
 #kerberos_jaas_application=JMeter  
@@ -408,8 +412,10 @@ log_level.jorphan=INFO
 # for spnego authentication
 #kerberos.spnego.strip_port=true
 
-#         Sample logging levels for Commons HttpClient
-#
+#---------------------------------------------------------------------------
+# Sample logging levels for Commons HttpClient
+#---------------------------------------------------------------------------
+
 # Commons HttpClient Logging information can be found at:
 # http://hc.apache.org/httpclient-3.x/logging.html
 
@@ -426,9 +432,10 @@ log_level.jorphan=INFO
 #log_level.httpclient.wire=debug
 #log_file.httpclient=httpclient.log
 
+#---------------------------------------------------------------------------
+# Apache HttpClient logging examples
+#---------------------------------------------------------------------------
 
-#         Apache HttpClient logging examples
-#
 # Enable header wire + context logging - Best for Debugging
 #log_level.org.apache.http=DEBUG
 #log_level.org.apache.http.wire=ERROR


Reply via email to