博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Jmeter-Maven-Plugin高级应用:Log Levels
阅读量:6123 次
发布时间:2019-06-21

本文共 1758 字,大约阅读时间需要 5 分钟。

Log Levels

 Pages 12

Clone this wiki locally

Log Levels


 

How To <overrideRootLogLevel>

You can specify a root log level for debug purposes.

+---+
[...]
com.lazerycode.jmeter
jmeter-maven-plugin
2.0.3
jmeter-tests
jmeter
debug
[...]
+---+

Setting the root log level will always override any settings for individual category log levels (as a result if the <overrideRootLogLevel> is set all category log levels set elsewhere will be ignored.

 

Advanced Log Configuration

If you add a "logkit.xml" into the <testFilesDirectory> it will now be copied into the /bin folder. If one does not exist the default one supplied with JMeter will be used instead. If you don't want to call your advanced log config file "logkit.xml", you can specify the filename using:

+---+
[...]
com.lazerycode.jmeter
jmeter-maven-plugin
2.0.3
jmeter-tests
jmeter
myFile.xml
[...]
+---+

 

Individual Log Levels

You can override individual log levels by setting them in your jmeter.properties file. If you want to override them in the POM have a look at Adding .

转载地址:http://ecwua.baihongyu.com/

你可能感兴趣的文章
解决ros建***能登录不能访问内网远程桌面的问题
查看>>
pfsense锁住自己
查看>>
vsftpd 相关总结
查看>>
bash complete -C command
查看>>
解决zabbix 3.0中1151端口不能运行问题
查看>>
售前工程师的成长---一个老员工的经验之谈
查看>>
Get到的优秀博客网址
查看>>
dubbo
查看>>
【Git入门之四】操作项目
查看>>
老男孩教育每日一题-第107天-简述你对***的理解,常见的有哪几种?
查看>>
Python学习--time
查看>>
在OSCHINA上的第一篇博文,以后好好学习吧
查看>>
高利率时代的结局,任重道远,前途叵测
查看>>
Debian 6.05安装后乱码
查看>>
欢迎大家观看本人录制的51CTO精彩视频课程!
查看>>
IntelliJ IDEA中设置忽略@param注释中的参数与方法中的参数列表不一致的检查
查看>>
关于软件开发的一些感悟
查看>>
uva 10806
查看>>
纯CSS3绘制的黑色图标按钮组合
查看>>
Linux中环境变量文件及配置
查看>>