소스 검색

show sql logs

mlnicolas 8 년 전
부모
커밋
37d30611b1
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      crss-mq-computation/crss-mq-computation-dev2.yml

+ 3 - 2
crss-mq-computation/crss-mq-computation-dev2.yml

@@ -29,7 +29,7 @@ spring:
       test-on-borrow: true
       validation-query: SELECT 1
   jpa:
-    # show-sql: true
+    show-sql: true
     generate-ddl: true
     open-in-view: false
     properties:
@@ -62,7 +62,8 @@ spring:
 
 logging:
   level:
-    com.pemc: debug
+    com.pemc.crss : debug
+    org.hibernate.type: trace
     # org.hibernate.stat: debug
 
 batch: