DBUnit 中的日志输出
我觉得这是我可以轻松弄清楚的事情,但我很难找到有关如何更改 DBUnit 日志级别的信息。谁能为我解决这个问题吗?
I feel that this is something I could easily figure out but I'm having a hard time finding information on how to change the log level of DBUnit. Can anyone solve this problem for me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用 log4j 时,将以下内容添加到您的
log4j.properties
中:When using log4j add the following to your
log4j.properties
:在回避这个问题一段时间后,我找到了解决方案。
希望这能引导某人解决他们自己的类似问题。
After avoiding the problem for a while, I came to a solution.
Hopefully this lead someone to a solution to their own similar problem.
使用 Spring Boot 时,您只需将以下属性添加到您的
application.properties
中:When using Spring Boot, you may simply add the following property to your
application.properties
: