Logging
JDBC
To log all from the JDBC:
log4j.logger.jdbc=ALL
To show all the queries:
log4j.logger.jdbc.sqlonly=ALL
To show times:
log4j.logger.jdbc.sqltiming=DEBUG
Last updated
Was this helpful?
To log all from the JDBC:
log4j.logger.jdbc=ALL
To show all the queries:
log4j.logger.jdbc.sqlonly=ALL
To show times:
log4j.logger.jdbc.sqltiming=DEBUG
Last updated
Was this helpful?