Boosted logging to try to resolve issues on bamboo server.

This commit is contained in:
Luke Taylor 2007-12-20 19:45:43 +00:00
parent 78e376312a
commit 6e74d925fb
1 changed files with 4 additions and 1 deletions

View File

@ -2,10 +2,13 @@
#
# $Id$
log4j.rootCategory=INFO, stdout
log4j.rootCategory=DEBUG, stdout
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d %p %c - %m%n
log4j.category.org.springframework.security=DEBUG
log4j.category.org.springframework.ldap=DEBUG
log4j.category.org.apache.directory.shared.asn1=INFO