diff --git a/itest/web/src/main/resources/log4j.properties b/itest/web/src/main/resources/log4j.properties index 930f320239..94ec751e38 100644 --- a/itest/web/src/main/resources/log4j.properties +++ b/itest/web/src/main/resources/log4j.properties @@ -5,5 +5,5 @@ log4j.appender.stdout.layout=org.apache.log4j.PatternLayout log4j.appender.stdout.layout.ConversionPattern=%d %p %c - %m%n log4j.category.org.apache.jasper=DEBUG -log4j.category.org.mortbay.log=DEBUG -log4j.category.org.springframework.security=DEBUG \ No newline at end of file +log4j.category.org.mortbay.log=INFO +log4j.category.org.springframework.security=TRACE