如何激活" Logback设置"调试模式使用groovy配置文件?

时间:2017-01-17 14:37:03

标签: java logging logback logback-groovy

我想激活logback内部devbug模式(在logback设置期间获取更多信息)。

我知道如何在xml文件中执行此操作(使用debug =" true"在配置声明中)。 我发现可以使用系统属性强制标记(但我没有实现)

2 个答案:

答案 0 :(得分:1)

好的,我在GafferConfigurator.groovy中看过这个评论:
// For now, Groovy/Gaffer configuration DSL does not support "debug" attribute. But in order to keep // the conditional logic identical to that in XML/Joran, we have this empty block.

所以我们可以断定它还没有实现......

答案 1 :(得分:0)

在logback.groovy中,您可以设置级别;默认情况下,它在logger()调用中设置为“ERROR”。