You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2016/04/21 15:05:12 UTC

[Bug 59364] New: Report/Dashboard logging ERROR instead of INFO messages

https://bz.apache.org/bugzilla/show_bug.cgi?id=59364

            Bug ID: 59364
           Summary: Report/Dashboard logging ERROR instead of INFO
                    messages
           Product: JMeter
           Version: Nightly (Please specify date)
          Hardware: PC
                OS: Mac OS X 10.1
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: sebb@apache.org

Something seriously wrong with the slf4j logging.

I am getting ERROR entries in jmeter.log:

2016/04/21 14:03:08 ERROR -
org.apache.jmeter.report.processor.AbstractSampleConsumer: class
org.apache.jmeter.report.processor.graph.impl.ResponseTimeOverTimeGraphConsumer#stopProducing():
responseTimesOverTime produced 0 samples 
2016/04/21 14:03:08 ERROR -
org.apache.jmeter.report.processor.AbstractSampleConsumer: class
org.apache.jmeter.report.processor.FilterConsumer#stopProducing(): nameFilter
produced 180 samples 
2016/04/21 14:03:08 ERROR -
org.apache.jmeter.report.processor.AbstractSampleConsumer: class
org.apache.jmeter.report.processor.NormalizerSampleConsumer#stopProducing():
normalizer produced 45 samples 
2016/04/21 14:03:08 ERROR -
org.apache.jmeter.report.processor.CsvFileSampleSource: produce(): 15 samples
produced in 80ms on channel 0 

However the source files actually use LOG.info()

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 59364] Report/Dashboard logging ERROR instead of INFO messages

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59364

Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Sebb <se...@apache.org> ---
URL: http://svn.apache.org/viewvc?rev=1740304&view=rev
Log:
Report/Dashboard logging ERROR instead of INFO messages
Problem in logging adapter
Bugzilla Id: 59364

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/logging/LogkitLoggerAdapter.java

Note: since this is new code, no need to update changes.xml

-- 
You are receiving this mail because:
You are the assignee for the bug.