Filtered log output and uncovered a little typo.

This commit is contained in:
Ulrik Sandberg
2009-01-28 17:40:54 +00:00
parent 30f53ba794
commit 2c23706839
3 changed files with 12 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
log4j.rootCategory=INFO, 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.logger.org.apache.directory=ERROR