Skip to content

Instantly share code, notes, and snippets.

@lynas
Last active March 11, 2024 08:41
Show Gist options
  • Save lynas/5e2374d1d7b41b91c1b48d9807ab0220 to your computer and use it in GitHub Desktop.
Save lynas/5e2374d1d7b41b91c1b48d9807ab0220 to your computer and use it in GitHub Desktop.
Spring hibernate log hibernate with query param

application yaml (spring 3 hibernate 6)

spring:
  jpa:
    show-sql: true
logging:
  level:
    org.hibernate.orm.jdbc.bind: trace

In log search for

binding parameter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment