Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我从 IntelliJ 环境运行 maven 测试时,我可以看到所有应用程序设置日志。我正在使用 logback。但是当我在 jenkins 上运行相同的 maven 测试时,应用程序日志没有输出。因此,我有一些在 linux 上失败的测试,我不知道为什么。
如何在运行时打印日志:
mvn clean -DskipTests=false test