问题
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