Initial commit.
This commit is contained in:
11
core/src/main/resources/log4j.properties
Normal file
11
core/src/main/resources/log4j.properties
Normal 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
|
||||
Reference in New Issue
Block a user