[SEC-240] Moved log4j.properties to test folder to avoid including it in jar

This commit is contained in:
Carlos Sanchez
2006-04-26 02:39:56 +00:00
parent 5f79a25860
commit 88e8e60861

View File

@@ -0,0 +1,11 @@
# Logging
#
# $Id$
log4j.rootCategory=WARN, 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.net.sf.acegisecurity=DEBUG