Hello!

 

I would like to know if it is possible to enable Logback debug output via Groovy DSL.

 

The corresponding XML is:

<configuration debug="true">

    ...

</configuration>

 

The online translator doesn’t translate the debug option and when I look at https://github.com/qos-ch/logback/blob/master/logback-classic/src/main/groovy/ch/qos/logback/classic/gaffer/ConfigurationDelegate.groovy I think there is no handling of debug, but I am not sure.

 

This question is also documented in http://stackoverflow.com/questions/15153662/logback-configuration-in-groovy-and-different-class-paths-in-gradle-idea , but only as part of the post.

Kind regards, CL