This is an automated email from the ASF dual-hosted git repository. juhan pushed a commit to branch spring_boot_2 in repository https://gitbox.apache.org/repos/asf/fineract-cn-postgresql.git
commit 239888a4ee99637dff70096424cc22a1ca3d3342 Author: Juhan Aasaru <[email protected]> AuthorDate: Sun Oct 13 19:18:14 2019 +0300 default to false --- .../org/apache/fineract/cn/postgresql/util/EclipseLinkConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/fineract/cn/postgresql/util/EclipseLinkConstants.java b/src/main/java/org/apache/fineract/cn/postgresql/util/EclipseLinkConstants.java index 4719a70..322261c 100644 --- a/src/main/java/org/apache/fineract/cn/postgresql/util/EclipseLinkConstants.java +++ b/src/main/java/org/apache/fineract/cn/postgresql/util/EclipseLinkConstants.java @@ -22,5 +22,5 @@ public interface EclipseLinkConstants { String ECLIPSE_LINK_SHOW_SQL = "eclipseLink.showSql"; - String ECLIPSE_LINK_SHOW_SQL_DEFAULT = "true"; + String ECLIPSE_LINK_SHOW_SQL_DEFAULT = "false"; }
