Log toegevoegd!

This commit is contained in:
2011-02-25 18:55:13 +00:00
parent 224935a080
commit 9ba827f1ef
8 changed files with 70 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
log4j.rootLogger=TRACE, CA
log4j.appender.CA=org.apache.log4j.ConsoleAppender
log4j.appender.CA.layout=org.apache.log4j.PatternLayout
log4j.appender.CA.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n
log4j.logger.org.hibernate=TRACE