Browse Source

set show sql to true in azure for debugging of slow queries in rcoa

Jejomar Dimayuga 8 years ago
parent
commit
00338ca2c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      crss-mq-computation/crss-mq-computation-azure.yml

+ 1 - 1
crss-mq-computation/crss-mq-computation-azure.yml

@@ -18,7 +18,7 @@ spring:
       username: crss_registration
       username: crss_registration
       password: crss_registration
       password: crss_registration
   jpa:
   jpa:
-    show-sql: false
+    show-sql: true
     generate-ddl: true
     generate-ddl: true
     properties:
     properties:
       hibernate:
       hibernate: