You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/04/24 11:51:25 UTC

[1/2] camel git commit: Logging level to info as debug is massiively verbose

Repository: camel
Updated Branches:
  refs/heads/master 6243402b2 -> 3ffd940a7


Logging level to info as debug is massiively verbose


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/97ecc147
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/97ecc147
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/97ecc147

Branch: refs/heads/master
Commit: 97ecc14735765749fdba823acf5e9ba1a5628424
Parents: 6243402
Author: Claus Ibsen <da...@apache.org>
Authored: Mon Apr 24 13:40:33 2017 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Mon Apr 24 13:40:33 2017 +0200

----------------------------------------------------------------------
 .../camel-itest-spring-boot/src/test/resources/spring-logback.xml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/97ecc147/tests/camel-itest-spring-boot/src/test/resources/spring-logback.xml
----------------------------------------------------------------------
diff --git a/tests/camel-itest-spring-boot/src/test/resources/spring-logback.xml b/tests/camel-itest-spring-boot/src/test/resources/spring-logback.xml
index 41af398..82ac0a4 100644
--- a/tests/camel-itest-spring-boot/src/test/resources/spring-logback.xml
+++ b/tests/camel-itest-spring-boot/src/test/resources/spring-logback.xml
@@ -25,7 +25,7 @@
     </layout>
   </appender>
 
-  <logger name="org.apache.camel.component" level="debug"
+  <logger name="org.apache.camel.component" level="info"
           additivity="false">
     <appender-ref ref="STDOUT"/>
   </logger>


[2/2] camel git commit: CAMEL-11186: upgrade dropwizard metrics to align with Spring Boot

Posted by da...@apache.org.
CAMEL-11186: upgrade dropwizard metrics to align with Spring Boot


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3ffd940a
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3ffd940a
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/3ffd940a

Branch: refs/heads/master
Commit: 3ffd940a70994c9810b7b915d7a336fd8ad689cb
Parents: 97ecc14
Author: Claus Ibsen <da...@apache.org>
Authored: Mon Apr 24 13:51:15 2017 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Mon Apr 24 13:51:15 2017 +0200

----------------------------------------------------------------------
 parent/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/3ffd940a/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index d634cca..13db84b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -452,7 +452,8 @@
     <maven-surefire-report-plugin-version>2.13</maven-surefire-report-plugin-version>
     <maven-war-plugin-version>3.0.0</maven-war-plugin-version>
     <mchange-commons-java-version>0.2.11</mchange-commons-java-version>
-    <metrics-version>3.1.2</metrics-version>
+    <!-- spring boot 1.5.x is using metrics 3.1.x -->
+    <metrics-version>3.1.3</metrics-version>
     <milo-version>0.1.0</milo-version>
     <mina-bundle-version>1.1.7_6</mina-bundle-version>
     <mina-version>1.1.7</mina-version>