Created
July 23, 2014 00:59
-
-
Save ddelponte/31e1ff524bea43c48a4c to your computer and use it in GitHub Desktop.
Log SQL statements and values
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
log4j = { | |
... | |
debug 'org.hibernate.SQL' | |
trace 'org.hibernate.type.descriptor.sql.BasicBinder' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment