我使用Serenity BDD在我的项目上进行测试自动化,将 IntelliJ IDEA 作为 IDE。我想更改每次运行测试时可以看到的日志的格式和调试级别。
例如,我只想查看[main]线程的日志:
[main] INFO net.thucydides.core.reports.junit.JUnitXMLOutcomeReport
[pool-3-thread-1] INFO net.thucydides.core.reports.ReportService -
Run Code Online (Sandbox Code Playgroud)
我知道如何进行 logback,但我找不到任何有关如何以及在何处更改 Serenity 日志设置的信息。