On 28 February 2017 at 22:39,  <[email protected]> wrote:
> Author: pmouawad
> Date: Tue Feb 28 22:39:25 2017
> New Revision: 1784829
>
> URL: http://svn.apache.org/viewvc?rev=1784829&view=rev
> Log:
> Remove log_level occurences
>
> Modified:
>     jmeter/trunk/extras/remote.bsh
>     jmeter/trunk/xdocs/usermanual/best-practices.xml
>
> Modified: jmeter/trunk/extras/remote.bsh
> URL: 
> http://svn.apache.org/viewvc/jmeter/trunk/extras/remote.bsh?rev=1784829&r1=1784828&r2=1784829&view=diff
> ==============================================================================
> --- jmeter/trunk/extras/remote.bsh (original)
> +++ jmeter/trunk/extras/remote.bsh Tue Feb 28 22:39:25 2017
> @@ -34,9 +34,6 @@ print(args);
>  printsysprop("user.home");
>  printsysprop("user.dir");
>
> -printprop("log_level.jmeter");
> -printprop("log_level.jorphan");
> -
>  // loglevel("DEBUG","jmeter");

This should be a clue that there's a loglevel function somewhere.
It needs to be found and updated to use the new style of logging.

And the printprop calls should ideally be replaced with something that
displays the logging level.

>
>  for(i=0;i<10;i++){
>
> Modified: jmeter/trunk/xdocs/usermanual/best-practices.xml
> URL: 
> http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/best-practices.xml?rev=1784829&r1=1784828&r2=1784829&view=diff
> ==============================================================================
> --- jmeter/trunk/xdocs/usermanual/best-practices.xml (original)
> +++ jmeter/trunk/xdocs/usermanual/best-practices.xml Tue Feb 28 22:39:25 2017
> @@ -214,8 +214,6 @@ BeanShell 2.0b5 - by Pat Niemeyer (pat@p
>  bsh % remote.bsh starting
>  user.home = C:\Documents and Settings\User
>  user.dir = D:\eclipseworkspaces\main\JMeter_trunk\bin
> -log_level.jmeter = INFO
> -log_level.jorphan = INFO
>  Setting property 'EXAMPLE' to '0'.
>  Setting property 'EXAMPLE' to '1'.
>  Setting property 'EXAMPLE' to '2'.
>
>

Reply via email to