Преглед изворни кода

comment out stat logs for mq computation

jdogillo пре 8 година
родитељ
комит
51d4a6d15b

+ 2 - 2
crss-mq-computation/application-dev.yml

@@ -32,7 +32,7 @@ spring:
     open-in-view: false
     properties:
       hibernate:
-        generate_statistics: true
+        # generate_statistics: true
         dialect: org.hibernate.dialect.PostgreSQLDialect
         ddl-auto: none
         hbm2ddl:
@@ -63,7 +63,7 @@ spring:
 logging:
   level:
     com.pemc: debug
-    org.hibernate.stat: debug
+    # org.hibernate.stat: debug
 
 batch:
   # resourceLocation: ${resourceLocation} - property expansion defaulted in app's application.yml

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

@@ -27,12 +27,12 @@ spring:
       test-on-borrow: true
       validation-query: SELECT 1
   jpa:
-    show-sql: true
+    # show-sql: true
     generate-ddl: true
     open-in-view: false
     properties:
       hibernate:
-        generate_statistics: true
+        # generate_statistics: true
         dialect: org.hibernate.dialect.PostgreSQLDialect
         ddl-auto: none
         hbm2ddl:
@@ -63,7 +63,7 @@ spring:
 logging:
   level:
     com.pemc: debug
-    org.hibernate.stat: debug
+    # org.hibernate.stat: debug
 
 batch:
   # resourceLocation: ${resourceLocation} - property expansion defaulted in app's application.yml

+ 3 - 3
crss-mq-computation/application-pemc-uat.yml

@@ -27,12 +27,12 @@ spring:
       test-on-borrow: true
       validation-query: SELECT 1
   jpa:
-    show-sql: true
+    # show-sql: true
     generate-ddl: true
     open-in-view: false
     properties:
       hibernate:
-        generate_statistics: true
+        # generate_statistics: true
         dialect: org.hibernate.dialect.PostgreSQLDialect
         ddl-auto: none
         hbm2ddl:
@@ -63,7 +63,7 @@ spring:
 logging:
   level:
     com.pemc: debug
-    org.hibernate.stat: debug
+    # org.hibernate.stat: debug
 
 batch:
   # resourceLocation: ${resourceLocation} - property expansion defaulted in app's application.yml

+ 2 - 2
crss-mq-computation/application-qa.yml

@@ -32,7 +32,7 @@ spring:
     open-in-view: false
     properties:
       hibernate:
-        generate_statistics: true
+        # generate_statistics: true
         dialect: org.hibernate.dialect.PostgreSQLDialect
         ddl-auto: none
         hbm2ddl:
@@ -63,7 +63,7 @@ spring:
 logging:
   level:
     com.pemc: debug
-    org.hibernate.stat: debug
+    # org.hibernate.stat: debug
 
 batch:
   # resourceLocation: ${resourceLocation} - property expansion defaulted in app's application.yml

+ 2 - 2
crss-mq-computation/application.yml

@@ -32,7 +32,7 @@ spring:
     open-in-view: false
     properties:
       hibernate:
-        generate_statistics: true
+        # generate_statistics: true
         dialect: org.hibernate.dialect.PostgreSQLDialect
         ddl-auto: none
         hbm2ddl:
@@ -52,7 +52,7 @@ spring:
 logging:
   level:
     com.pemc: debug
-    org.hibernate.stat: debug
+    # org.hibernate.stat: debug
 
 batch:
   #resourceLocation: "file:target/libs/crss-meterprocess-task-mqcomputation-1.0.0.BUILD-SNAPSHOT.jar"