logback <configuration debug =“ true”> ....(Java中除外)

时间:2019-07-25 18:02:46

标签: java logback

直接从Baeldung网站复制:

To see debug information as Logback processes the configuration, you can turn on debug logging:

<configuration debug="true">
  ...
</configuration>

https://www.baeldung.com/logback

在Java Config中有什么方法可以做到这一点吗? 如果在手册中,请随时指向我可以找到的地方。

非常感谢!

0 个答案:

没有答案