Switch off jetty debugging.

This commit is contained in:
Luke Taylor 2009-12-08 01:45:38 +00:00
parent 62b429a3b1
commit 8cf032c7b1
1 changed files with 2 additions and 2 deletions

View File

@ -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
log4j.category.org.mortbay.log=INFO
log4j.category.org.springframework.security=TRACE