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/12 10:10:05 UTC

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

Updated Branches:
  refs/heads/master 7940f0adc -> 099791206


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/09979120
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/09979120
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/09979120

Branch: refs/heads/master
Commit: 0997912067d6b6c2f1426744700c1015c7a9b52d
Parents: 7940f0a
Author: Babak Vahdat <bv...@apache.org>
Authored: Sat Oct 12 10:09:53 2013 +0200
Committer: Babak Vahdat <bv...@apache.org>
Committed: Sat Oct 12 10:09:53 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/09979120/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