You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2013/10/13 13:44:47 UTC

[2/5] git commit: Temporarily set the log output to the console to find the root cause of the failing JpaProducerConcurrentTest on CI-Server.

Temporarily set the log output to the console to find the root cause of the failing JpaProducerConcurrentTest on CI-Server.


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

Branch: refs/heads/camel-2.12.x
Commit: 34079e889656f0f90a10c2b66369f915db4d4e5f
Parents: 33e2f80
Author: Babak Vahdat <bv...@apache.org>
Authored: Sat Oct 12 10:09:53 2013 +0200
Committer: bvahdat <bv...@apache.org>
Committed: Sun Oct 13 12:46:07 2013 +0200

----------------------------------------------------------------------
 components/camel-jpa/src/test/resources/log4j.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/34079e88/components/camel-jpa/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/components/camel-jpa/src/test/resources/log4j.properties b/components/camel-jpa/src/test/resources/log4j.properties
index 926f81c..a59802d 100644
--- a/components/camel-jpa/src/test/resources/log4j.properties
+++ b/components/camel-jpa/src/test/resources/log4j.properties
@@ -18,7 +18,7 @@
 #
 # The logging properties used for eclipse testing, We want to see debug output on the console.
 #
-log4j.rootLogger=INFO, file
+log4j.rootLogger=DEBUG, out
 
 #log4j.logger.org.apache.camel=DEBUG
 #log4j.logger.org.springframework=WARN