Just so everyone is aware I have added some functionality to the test suite to allow for easy enabling of trace logging for categories when running tests. <br><br>It should now be possible to specify a -Dtrace=org.mycategory1,org.mycategory2 when running the tests, and as part of the server build process an XSL will add trace logging for those categories to the server. <br>
<br>I am hoping this will make it much easier to debug problems that only happen in CI environments. <br><br>Stuart<br>