[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Hibernate sql output in Server Log and Console

jaikiran do-not-reply at jboss.com
Fri Jan 18 05:50:42 EST 2008


Set the level for org.hibernate.type to TRACE as follows

<category name="org.hibernate.type">
  |      <priority value="TRACE"/>
  |   </category>	
  | 

More details can be found at http://opensource.atlassian.com/projects/hibernate/browse/HHH-2835

Also, if you look at the code in org.hibernate.type.NullableType, you will find that there is a check to see whether TRACE level logging is enabled.



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121236#4121236

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121236



More information about the jboss-user mailing list