Last active
January 11, 2019 17:05
-
-
Save dbrugne/8d8d31b8128896dd7c5d780b5e0dc3e6 to your computer and use it in GitHub Desktop.
How to log Spring JPA SQL queries and transactions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
logging.level.org.hibernate.SQL=debug | |
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=trace | |
logging.level.org.springframework.orm.jpa.JpaTransactionManager=debug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment