You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ju...@apache.org on 2013/03/04 05:22:02 UTC

[15/37] git commit: trivial change to save kafka broker log to a file, in addition to console

trivial change to save kafka broker log to a file, in addition to console


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

Branch: refs/heads/trunk
Commit: 8103b4f6355a8267aa5638cfd382412221bdddfa
Parents: e81b0a3
Author: Jun Rao <ju...@gmail.com>
Authored: Wed Feb 13 14:12:44 2013 -0800
Committer: Jun Rao <ju...@gmail.com>
Committed: Wed Feb 13 14:12:44 2013 -0800

----------------------------------------------------------------------
 config/log4j.properties |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/8103b4f6/config/log4j.properties
----------------------------------------------------------------------
diff --git a/config/log4j.properties b/config/log4j.properties
index 00f891c..e104751 100644
--- a/config/log4j.properties
+++ b/config/log4j.properties
@@ -42,7 +42,7 @@ log4j.appender.requestAppender.layout.ConversionPattern=[%d] %p %m (%c)%n
 #log4j.logger.kafka.perf=DEBUG, kafkaAppender
 #log4j.logger.kafka.perf.ProducerPerformance$ProducerThread=DEBUG, kafkaAppender
 #log4j.logger.org.I0Itec.zkclient.ZkClient=DEBUG
-log4j.logger.kafka=INFO
+log4j.logger.kafka=INFO, kafkaAppender
 
 log4j.logger.kafka.network.RequestChannel$=TRACE, requestAppender
 log4j.additivity.kafka.network.RequestChannel$=false