You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2016/04/27 12:48:32 UTC

[2/2] camel git commit: CAMEL-9834 : WatchConsumer does not properly set watchIndex (disable stdout logging)

CAMEL-9834 : WatchConsumer does not properly set watchIndex (disable stdout logging)


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

Branch: refs/heads/camel-2.17.x
Commit: 45317409d5c73b0ccd5480ee3551f8d052225ee6
Parents: ed08a7a
Author: lburgazzoli <lb...@gmail.com>
Authored: Wed Apr 27 12:47:59 2016 +0200
Committer: lburgazzoli <lb...@gmail.com>
Committed: Wed Apr 27 12:47:59 2016 +0200

----------------------------------------------------------------------
 components/camel-etcd/src/test/resources/log4j.properties | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/45317409/components/camel-etcd/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/components/camel-etcd/src/test/resources/log4j.properties b/components/camel-etcd/src/test/resources/log4j.properties
index 3b1bd38..0a364b0 100644
--- a/components/camel-etcd/src/test/resources/log4j.properties
+++ b/components/camel-etcd/src/test/resources/log4j.properties
@@ -1,7 +1,7 @@
 #
 # The logging properties used
 #
-log4j.rootLogger=INFO, out
+log4j.rootLogger=INFO, file
 
 # uncomment the following line to turn on Camel debugging
 #log4j.logger.org.apache.camel=DEBUG
@@ -12,3 +12,9 @@ log4j.appender.out.layout=org.apache.log4j.PatternLayout
 log4j.appender.out.layout.ConversionPattern=[%30.30t] %-30.30c{1} %-5p %m%n
 #log4j.appender.out.layout.ConversionPattern=%d [%-15.15t] %-5p %-30.30c{1} - %m%n
 
+# File appender
+log4j.appender.file=org.apache.log4j.FileAppender
+log4j.appender.file.layout=org.apache.log4j.PatternLayout
+log4j.appender.file.layout.ConversionPattern=%d [%-15.15t] %-5p %-30.30c{1} - %m%n
+log4j.appender.file.file=target/camel-etcd-test.log
+