Test log4j properties file for core-tiger module

This commit is contained in:
Luke Taylor 2008-06-03 13:21:23 +00:00
parent 192aa25b60
commit 8df56c8ac5
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# Logging
#
# $Id: log4j.properties 2385 2007-12-20 20:53:26Z luke_t $
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