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 4 years ago
Was this helpful?