This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch CAMEL-13505
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/CAMEL-13505 by this push:
     new 3396cce  CAMEL-13505: A new tracer
3396cce is described below

commit 3396cce9d99d2a6addefb53ae0fb11a62d2a5433
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Mon Jul 29 07:37:47 2019 +0200

    CAMEL-13505: A new tracer
---
 .../org/apache/camel/processor/intercept/InterceptFromWhenTest.java   | 2 --
 core/camel-core/src/test/resources/log4j2.properties                  | 4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git 
a/core/camel-core/src/test/java/org/apache/camel/processor/intercept/InterceptFromWhenTest.java
 
b/core/camel-core/src/test/java/org/apache/camel/processor/intercept/InterceptFromWhenTest.java
index 7247704..4ddd97a 100644
--- 
a/core/camel-core/src/test/java/org/apache/camel/processor/intercept/InterceptFromWhenTest.java
+++ 
b/core/camel-core/src/test/java/org/apache/camel/processor/intercept/InterceptFromWhenTest.java
@@ -22,8 +22,6 @@ import org.junit.Test;
 
 public class InterceptFromWhenTest extends ContextTestSupport {
 
-    // TODO: Look at tracer and see if we can get this nicely
-
     @Test
     public void testInterceptorWhen() throws Exception {
         getMockEndpoint("mock:goofy").expectedMessageCount(0);
diff --git a/core/camel-core/src/test/resources/log4j2.properties 
b/core/camel-core/src/test/resources/log4j2.properties
index 7da5c64..a5b53e0 100644
--- a/core/camel-core/src/test/resources/log4j2.properties
+++ b/core/camel-core/src/test/resources/log4j2.properties
@@ -42,8 +42,8 @@ logger.file-cluster.level = DEBUG
 
 rootLogger.level = INFO
 
-#rootLogger.appenderRef.file.ref = file
-rootLogger.appenderRef.console.ref = console
+rootLogger.appenderRef.file.ref = file
+#rootLogger.appenderRef.console.ref = console
 
 #logger.camel-core.name = org.apache.camel
 #logger.camel-core.level = TRACE

Reply via email to