[jboss-user] [EJB 3.0] - Re: How to enable log level for EJB3 QL?

muhviehstarr do-not-reply at jboss.com
Wed Aug 30 03:41:31 EDT 2006


you just need to add this to your log4j.xml:


  |    <category name="org.hibernate.SQL">
  |       <priority value="DEBUG"/>	
  |       <appender-ref ref="YOURAPPENDER"/>
  |    </category>
  | 

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

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



More information about the jboss-user mailing list