|
|
@@ -1,6 +1,6 @@
|
|
1
|
1
|
# For JBoss: Avoid to setup Log4J outside $JBOSS_HOME/server/default/deploy/log4j.xml!
|
|
2
|
2
|
# For all other servers: Comment out the Log4J listener in web.xml to activate Log4J.
|
|
3
|
|
-log4j.rootLogger=debug, stdout, logfile
|
|
|
3
|
+log4j.rootLogger=info, stdout, logfile
|
|
4
|
4
|
|
|
5
|
5
|
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
|
|
6
|
6
|
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
|
|
|
@@ -15,6 +15,6 @@ log4j.appender.logfile.MaxBackupIndex=3
|
|
15
|
15
|
log4j.appender.logfile.layout=org.apache.log4j.PatternLayout
|
|
16
|
16
|
log4j.appender.logfile.layout.ConversionPattern=%d %p [%c] - %m%n
|
|
17
|
17
|
|
|
18
|
|
-# Mute some packages
|
|
19
|
|
-log4j.logger.org=warn
|
|
20
|
|
-log4j.logger.net.sf.ehcache=warn
|
|
|
18
|
+log4j.logger.se.citerus.dddsample=debug
|
|
|
19
|
+log4j.logger.net.sf.ehcache.config.ConfigurationFactory=error
|
|
|
20
|
+log4j.logger.org.hibernate.tool.hbm2ddl.SchemaExport=debug
|