
Hello Greg, Assuming that the development host is different than the production host, you can use conditional statements in logback.groovy to cater for both environments. This is what we now do internally at QOS.ch and find it more convenient than having two distinct config files. Holler if you need help with conditional statements in logback.groovy. Your feedback on your experiences with logback.groovy is also welcome. Cheers, On 08/07/2010 11:34 AM, Grzegorz Borkowski wrote:
Now when we can replace logback.xml with logback.groovy, what happened to logback-test.xml? I see no hint in documentation what to do with it. For sure there is no point in having one file written in groovy, and another one (for tests) in XML. So will logback-test.groovy work? Greg