Skip to content

Instantly share code, notes, and snippets.

@dbrugne
Last active January 11, 2019 17:05
Show Gist options
  • Save dbrugne/8d8d31b8128896dd7c5d780b5e0dc3e6 to your computer and use it in GitHub Desktop.
Save dbrugne/8d8d31b8128896dd7c5d780b5e0dc3e6 to your computer and use it in GitHub Desktop.
How to log Spring JPA SQL queries and transactions
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