|
|
@@ -32,7 +32,7 @@ spring:
|
|
|
validation-query: SELECT 1
|
|
|
|
|
|
jpa:
|
|
|
- show-sql: true
|
|
|
+ show-sql: false
|
|
|
generate-ddl: false
|
|
|
properties:
|
|
|
hibernate:
|
|
|
@@ -85,10 +85,10 @@ logging:
|
|
|
com.netflix: DEBUG
|
|
|
org.springframework.cloud: DEBUG
|
|
|
org.apache.http: DEBUG
|
|
|
- org.hibernate.stat: DEBUG
|
|
|
- com.pemc.crss: DEBUG
|
|
|
- org.hibernate: INFO
|
|
|
- org.hibernate.type: TRACE
|
|
|
+# org.hibernate.stat: DEBUG
|
|
|
+# com.pemc.crss: DEBUG
|
|
|
+# org.hibernate: INFO
|
|
|
+# org.hibernate.type: TRACE
|
|
|
|
|
|
dataflow:
|
|
|
url: http://spring-cloud-data-flow.marathon.l4lb.thisdcos.directory:9393
|