When in GUI mode no exception will be logged when the method JMeterUtils#reportToUser is called. I think the exception should be logged independent of the mode.
Created attachment 37245 [details] Always log an exception in jmeter.log, even when in GUI mode
commit 6e13c4d2c7e352362621ee9f6f9b47e0a84d19c1 AuthorDate: Thu May 28 16:14:32 2020 +0200 Log exeptions reported via JMeterUtils#reportToUser even when in GUI mode Bugzilla Id: 64440 --- src/core/src/main/java/org/apache/jmeter/util/JMeterUtils.java | 10 +++++----- xdocs/changes.xml | 1 + 2 files changed, 6 insertions(+), 5 deletions(-)