我想激活logback内部devbug模式(在logback设置期间获取更多信息)。
我知道如何在xml文件中执行此操作(使用debug =" true"在配置声明中)。 我发现可以使用系统属性强制标记(但我没有实现)
答案 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”。