Rob Hills wrote:
I've googled around and come across a couple of suggestions for settings in the log4j.xml file, but neither of those is working for me.

Are these the ones you were updating? They're in log4j.properties (in WEB-INF/classes), not log4j.xml.

# All hibernate log output of "info" level or higher goes to stdout.
# For more verbose logging, change the "info" to "debug" on the last
# line.
log4j.logger.org.hibernate.ps.PreparedStatementCache=WARN
#log4j.logger.org.hibernate.ps.PreparedStatementCache=DEBUG

# Changing the log level to DEBUG will result in Hibernate generated
# SQL to be logged.
#log4j.logger.org.hibernate.SQL=ERROR
log4j.logger.org.hibernate.SQL=WARN
#log4j.logger.org.hibernate.SQL=DEBUG

# Changing the log level to DEBUG will result in the PreparedStatement
# bound variable values to be logged.
#log4j.logger.org.hibernate.type=ERROR
log4j.logger.org.hibernate.type=WARN
#log4j.logger.org.hibernate.type=DEBUG

-Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to