You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by mi...@apache.org on 2012/01/28 18:16:34 UTC

svn commit: r1237100 - /jmeter/trunk/docs/usermanual/hints_and_tips.html

Author: milamber
Date: Sat Jan 28 17:16:34 2012
New Revision: 1237100

URL: http://svn.apache.org/viewvc?rev=1237100&view=rev
Log:
Prepare next release 2.6: update docs tree and overview

Modified:
    jmeter/trunk/docs/usermanual/hints_and_tips.html

Modified: jmeter/trunk/docs/usermanual/hints_and_tips.html
URL: http://svn.apache.org/viewvc/jmeter/trunk/docs/usermanual/hints_and_tips.html?rev=1237100&r1=1237099&r2=1237100&view=diff
==============================================================================
--- jmeter/trunk/docs/usermanual/hints_and_tips.html (original)
+++ jmeter/trunk/docs/usermanual/hints_and_tips.html Sat Jan 28 17:16:34 2012
@@ -228,6 +228,27 @@ The Help Menu also has an option to disp
 You can use these to determine the correct property setting to change the logging level.
 
 </p>
+<p>
+
+It is sometimes very useful to see Log messages to debug dynamic scripting languages like BeanShell or
+groovy used in JMeter.
+Since 2.6, you can view log messages directly in JMeter GUI, to do so, use menu Options > Log Viewer,
+a log console will appear at the bottom of the interface.
+Note that log messages are cleared each time you disable this option.
+By default this log console is disabled, you can enable it by changing in jmeter.properties:
+
+<ul>
+
+
+<li>
+jmeter.loggerpanel.display=true
+</li>
+
+
+</ul>
+
+
+</p>
 </blockquote>
 </td></tr>
 <tr><td><br></td></tr>