aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/application.properties
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2019-04-10 15:27:46 +0200
committersebdet <sebastien.determe@intl.att.com>2019-04-10 15:27:46 +0200
commit7fc0739bccbfd999e281856bd7f8a517319b1fb8 (patch)
treeaf5fcffebb987e79682f90b3de070c95a0f1ff17 /src/main/resources/application.properties
parentcd64cc4b390a15602e084d0d94007ec83aa530a4 (diff)
Remove SQL Dump
Remove SQL dump in logs done by hibernate Issue-ID: CLAMP-254 Change-Id: Id357ac37dfa475a9774d0b2c3b5f254c84caa9d7 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r--src/main/resources/application.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 54cd4676a..df055e40b 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