From: sebdet Date: Wed, 10 Apr 2019 13:27:46 +0000 (+0200) Subject: Remove SQL Dump X-Git-Tag: 4.0.0~34^2~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=7fc0739bccbfd999e281856bd7f8a517319b1fb8;p=clamp.git Remove SQL Dump Remove SQL dump in logs done by hibernate Issue-ID: CLAMP-254 Change-Id: Id357ac37dfa475a9774d0b2c3b5f254c84caa9d7 Signed-off-by: sebdet --- diff --git a/src/main/resources/application-noaaf.properties b/src/main/resources/application-noaaf.properties index 5316f819..56ad7e84 100644 --- a/src/main/resources/application-noaaf.properties +++ b/src/main/resources/application-noaaf.properties @@ -110,7 +110,7 @@ spring.jpa.properties.hibernate.format_sql=true spring.jpa.properties.hibernate.use-new-id-generator-mappings=true # Whether to enable logging of SQL statements. -spring.jpa.show-sql=true +#spring.jpa.show-sql=true #Async Executor default Parameters async.core.pool.size=10 diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 54cd4676..df055e40 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -125,7 +125,7 @@ spring.jpa.properties.hibernate.format_sql=true spring.jpa.properties.hibernate.use-new-id-generator-mappings=true # Whether to enable logging of SQL statements. -spring.jpa.show-sql=true +#spring.jpa.show-sql=true #Async Executor default Parameters async.core.pool.size=10