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

svn commit: r1237099 - /jmeter/trunk/xdocs/usermanual/hints_and_tips.xml

Author: pmouawad
Date: Sat Jan 28 17:12:56 2012
New Revision: 1237099

URL: http://svn.apache.org/viewvc?rev=1237099&view=rev
Log:
Tip about LoggerPanel

Modified:
    jmeter/trunk/xdocs/usermanual/hints_and_tips.xml

Modified: jmeter/trunk/xdocs/usermanual/hints_and_tips.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/hints_and_tips.xml?rev=1237099&r1=1237098&r2=1237099&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/hints_and_tips.xml (original)
+++ jmeter/trunk/xdocs/usermanual/hints_and_tips.xml Sat Jan 28 17:12:56 2012
@@ -62,6 +62,18 @@ select the test element and use the Help
 The Help Menu also has an option to display the GUI and test element class names.
 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 &gt; 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>
 </subsection>
 
 <subsection name="&sect-num;.3 Searching" anchor="searching">