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 <[email protected]>
Authored: Mon Apr 24 13:40:33 2017 +0200
Committer: Claus Ibsen <[email protected]>
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>

Reply via email to