[jboss-user] [EJB 3.0] - Re: How to print SQL values in debug Log

ALRubinger do-not-reply at jboss.com
Thu Oct 11 23:16:12 EDT 2007


Also, you can enable in Log4J settings:

<category name="org.hibernate.tool.hbm2ddl.SchemaExport"
  | 		additivity="false">
  | 		<priority value="DEBUG" />
  | 	</category>
  | 
  | 	<category name="org.hibernate.tool.hbm2ddl.SchemaUpdate"
  | 		additivity="false">
  | 		<priority value="DEBUG" />
  | 	</category>
  | 	
  | 	<category name="org.hibernate.SQL" additivity="false">
  | 		<priority value="DEBUG" />
  | 	</category>

S,
ALR

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

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



More information about the jboss-user mailing list