Skip to content

Commit

Permalink
Enable sql logging in persistence.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbogoevici authored and pmuir committed May 28, 2012
1 parent 197580d commit 7c23903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/persistence.xml
Expand Up @@ -11,7 +11,7 @@
<properties>
<!-- Properties for Hibernate -->
<property name="hibernate.hbm2ddl.auto" value="create-drop" />
<property name="hibernate.show_sql" value="false" />
<property name="hibernate.show_sql" value="true" />
</properties>
</persistence-unit>
</persistence>

0 comments on commit 7c23903

Please sign in to comment.