JMeter ignore FATAL/OFF log levels

雨燕双飞 提交于 2020-01-11 13:39:27

问题


JMeter documentation ignore FATAL/OFF log levels

Mapping to New Levels through SLF4J/Log4j2:

DEBUG

INFO

WARN

ERROR

ERROR

NONE

Log4j2 and also slf4j can support levels FATAL and OFF

Standard log levels built-in to Log4J

Standard Level intLevel

OFF 0

FATAL 100

jmeter -LNONE is ignored, and the following levels are working:

jmeter -LFATAL 

or no logging:

jmeter -LOFF

Why OFF/FATAL is ignored in JMeter documentation although it seems to be working?

Can it fail to work in some cases? Or is docs not updated with logging changes?


回答1:


Updated JMeter documentation to reflect using OFF or FATAL and not NONE



来源:https://stackoverflow.com/questions/57264142/jmeter-ignore-fatal-off-log-levels

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!