I don't know where the logging comes from I just use the hibernate.show_sql and the hibernate.format_sql configuration properties in combination with Log4J to log the formatted SQL to the error log for my application.
In debugging an issue with a query not working properly on my DB server I enabled Logging to see the generated SQL queries and the parameters that get bound to them. For the most part the logging display is nice and easy to read. I like how the <null> signifies a null value. However I also have some values that are empty string so the line just appears to...
This message was sent by Atlassian JIRA (v6.1-OD-09-WN#6144-sha1:62dfc48)