On 28 February 2017 at 23:20, Philippe Mouawad
<[email protected]> wrote:
> On Wednesday, March 1, 2017, sebb <[email protected]> wrote:
>
>> On 28 February 2017 at 22:39,  <[email protected] <javascript:;>> 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.
>
>
> I've never ever used this feature (and we advise using groovy now) so if
> you have an good view of what needs to be fixed,  please go ahead.
> Thanks

The startup.bsh script needs to be updated to use the new logging methods.

I don't know how to do it since the documentation does not exist, and
anyway I don't see why I should be the one to fix it.

>>
>> >
>> >  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'.
>> >
>> >
>>
>
>
> --
> Cordialement.
> Philippe Mouawad.

Reply via email to