Warm tip: This article is reproduced from serverfault.com, please click

其他-JMeter侦听器log.info消息未出现在Jenkins中

(其他 - JMeter listener log.info messages do not appear in Jenkins)

发布于 2017-12-08 19:03:51

我编写了一个具有log.info消息的JSR223侦听器。为什么这些log.info消息没有出现在Jenkins控制台输出中?我有带有Log.info消息的BeanShell断言,这些消息将出现在Jenkins控制台输出中。我很好奇为什么监听器log.info消息不会显示

Questioner
joCha
Viewed
11
user7294900 2017-12-09 16:32:47

log 正在写入Jmeter中未显示的jmeter日志

你可以使用以下命令写入输出strem OUT

 OUT.println("Hello Jenkins");