Skip to content

Commit

Permalink
HHH-6088 - Move to slf4j-log4j12 for test logging
Browse files Browse the repository at this point in the history
  • Loading branch information
sebersole committed Apr 6, 2011
1 parent 03c4009 commit 154675d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions hibernate-core/src/test/resources/log4j.properties
Expand Up @@ -6,15 +6,5 @@ log4j.appender.stdout.layout.ConversionPattern=%d{ABSOLUTE} %5p %c{1}:%L - %m%n

log4j.rootLogger=info, stdout

log4j.logger.org.hibernate.test=info
log4j.logger.org.hibernate.tool.hbm2ddl=debug
log4j.logger.org.hibernate.engine.jdbc.internal=trace
log4j.logger.org.hibernate.engine.jdbc.internal.proxy=trace
log4j.logger.org.hibernate.engine.jdbc.batch.internal=trace
log4j.logger.org.hibernate.hql.ast.QueryTranslatorImpl=trace
log4j.logger.org.hibernate.hql.ast.HqlSqlWalker=trace
log4j.logger.org.hibernate.hql.ast.SqlGenerator=trace
log4j.logger.org.hibernate.hql.ast.AST=trace
log4j.logger.org.hibernate.type.descriptor.sql.BasicBinder=trace
log4j.logger.org.hibernate.type.BasicTypeRegistry=trace

0 comments on commit 154675d

Please sign in to comment.