Skip to content

Commit

Permalink
#9755 S2S_Revision of the 'share requests' directory_ Part 1 - revert…
Browse files Browse the repository at this point in the history
… logging sql
  • Loading branch information
Levente Gal committed Aug 24, 2022
1 parent 638e2d1 commit 0d43726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sormas-backend/src/main/resources/META-INF/persistence.xml
Expand Up @@ -94,7 +94,7 @@
<properties>
<property name="hibernate.dialect" value="de.symeda.sormas.backend.ExtendedPostgreSQL94Dialect"/>
<property name="hibernate.transaction.jta.platform" value="org.hibernate.service.jta.platform.internal.SunOneJtaPlatform"/>
<property name="hibernate.show_sql" value="true" />
<property name="hibernate.show_sql" value="false" />
<property name="hibernate.format_sql" value="false" />
<!-- don't validate on release, otherwise the automatic db update won't work
<property name="hibernate.hbm2ddl.auto" value="validate"/>
Expand Down

0 comments on commit 0d43726

Please sign in to comment.