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