On 15 October 2013 16:09, sebb <[email protected]> wrote: > slf4j is used by jodd-core. > > I think we need to resolve this before releasing 2.10. > > I have no idea whether Jodd log messages are going to be useful or not. > If we don't think they will be relevant to JMeter, then we can just > include the NOP logging jar, i.e. slf4j-nop-1.7.5.jar
For the time being, I added the NOP jar. This fixes the warning messages. > Otherwise we need to choose a suitable imlementation and configure it. > > > On 13 October 2013 15:36, sebb <[email protected]> wrote: >> On 11 October 2013 16:03, Milamber <[email protected]> wrote: >>> Hello, >>> >>> When the ant distribution task works, in test section, I found this message, >>> I don't know where is from? >>> >>> https://builds.apache.org/job/JMeter-trunk/lastSuccessfulBuild/console >>> >>> [java] .........SLF4J: Failed to load class >>> "org.slf4j.impl.StaticLoggerBinder". >>> [java] SLF4J: Defaulting to no-operation (NOP) logger implementation >>> [java] SLF4J: Seehttp://www.slf4j.org/codes.html#StaticLoggerBinder >>> for further details. >>> >> >> I noticed it too. >> >> Presumably one of the recent changes has included SLF4J. >> >> Could try running without the SLF4J jar and see what breaks. >> >>> Milamber >>> >>>
