【发布时间】:2015-10-01 12:10:23
【问题描述】:
我在我的项目中使用Serenity BDD 进行测试自动化,IntelliJ IDEA 作为 IDE。 我想更改每次运行测试时可以看到的日志的格式和调试级别。
例如,我只想查看来自 [主] 线程的日志:
[main] INFO net.thucydides.core.reports.junit.JUnitXMLOutcomeReport
[pool-3-thread-1] INFO net.thucydides.core.reports.ReportService -
我知道如何为 logback 执行此操作,但我找不到任何有关应如何以及在何处更改 Serenity 日志设置的信息。
【问题讨论】:
标签: logging log4j thucydides serenity-bdd