
20 Mar
2013
20 Mar
'13
8:26 a.m.
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/groov... 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-... , but only as part of the post. Kind regards, CL