summaryrefslogtreecommitdiffstats
path: root/proxy/code/src/META-INF/persistence.xml
diff options
context:
space:
mode:
Diffstat (limited to 'proxy/code/src/META-INF/persistence.xml')
-rw-r--r--proxy/code/src/META-INF/persistence.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/proxy/code/src/META-INF/persistence.xml b/proxy/code/src/META-INF/persistence.xml
index a28f6ca..47559cb 100644
--- a/proxy/code/src/META-INF/persistence.xml
+++ b/proxy/code/src/META-INF/persistence.xml
@@ -12,9 +12,7 @@
<property name="hibernate.hbm2ddl.auto" value="create-drop"/>
<property name="hibernate.connection.username" value="sa"/>
<property name="hibernate.connection.password" value=""/>
- <!--
- <property name="hibernate.show_sql" value="false" />
- -->
+ <property name="hibernate.show_sql" value="true" />
</properties>