Created
August 5, 2013 08:36
-
-
Save robmazan/6154318 to your computer and use it in GitHub Desktop.
Hibernate SQL debug
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
<?xml version="1.0" encoding="UTF-8"?> | |
<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/"> | |
<logger name="org.hibernate.SQL"> | |
<level value="debug" /> | |
</logger> | |
<logger name="org.hibernate.type"> | |
<level value="trace" /> | |
</logger> | |
</log4j:configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment