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/08/02 20:40:12 UTC

[Bug 59429] Log a message if Continue not selected and error occurs

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

--- Comment #3 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
@sebb, a message is already logged at debug level:

 log.debug("StartNextLoop option is on, Last sample failed, starting next
loop");

See:
https://github.com/apache/jmeter/blob/trunk/src/core/org/apache/jmeter/threads/JMeterThread.java#L254

Thinking further about it, switching it to info could introduce performance
regressions for test plans that have this option on (and aware of its
consequence) knowing that jmeter default log level is INFO.

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