Bläddra i källkod

remove stat logs in stl ready

jdogillo 8 år sedan
förälder
incheckning
95cca14427

+ 3 - 3
crss-meterprocess-task-stlready/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,8 +63,8 @@ spring:
 logging:
   level:
     com.pemc: debug
-    org.hibernate.type: trace
-    org.hibernate.stat: debug
+    # org.hibernate.type: trace
+    # org.hibernate.stat: debug
 
 batch:
   # resourceLocation: ${resourceLocation} - property expansion defaulted in app's application.yml

+ 3 - 3
crss-meterprocess-task-stlready/application-dev2.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,8 +63,8 @@ spring:
 logging:
   level:
     com.pemc: debug
-    org.hibernate.type: trace
-    org.hibernate.stat: debug
+    # org.hibernate.type: trace
+    # org.hibernate.stat: debug
 
 batch:
   # resourceLocation: ${resourceLocation} - property expansion defaulted in app's application.yml

+ 2 - 2
crss-meterprocess-task-stlready/application-pemc-uat.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-meterprocess-task-stlready/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-meterprocess-task-stlready/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-stlready-1.0.0.BUILD-SNAPSHOT.jar"