diff options
author | sebdet <sebastien.determe@intl.att.com> | 2019-04-10 15:27:46 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2019-04-10 15:27:46 +0200 |
commit | 7fc0739bccbfd999e281856bd7f8a517319b1fb8 (patch) | |
tree | af5fcffebb987e79682f90b3de070c95a0f1ff17 /src/main/resources/application-noaaf.properties | |
parent | cd64cc4b390a15602e084d0d94007ec83aa530a4 (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-noaaf.properties')
-rw-r--r-- | src/main/resources/application-noaaf.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/application-noaaf.properties b/src/main/resources/application-noaaf.properties index 5316f8197..56ad7e846 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 |