I went ahead and pushed out a branch that should demonstrate the issue in its entirety [1]. If you navigate to samples/cas and run the integrationTest task, you will notice that the logging of the CAS Server is occurring despite gradle/javaprojects.gradle invoking logging.captureStandardOutput(LogLevel.INFO). I am currently suppressing the logging of the cas sample by adding a logback-test.xml to the classpath of jetty when the integration tests are ran. As described earlier, I would like to be able to use -i to enable logging when doing the integration tests.
PS: Please pardon the build as it is the middle of being re-factored a bit. [1] http://git.springsource.org/~rwinch/spring-security/rwinchs-spring-security/commits/casitests Thanks again for you help, Rob
