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/01/12 03:26:37 UTC

[8/11] git commit: KAFKA-683 Fix correlation id in all requests sent to kafka; reviewed by Jun Rao

KAFKA-683 Fix correlation id in all requests sent to kafka; reviewed by Jun Rao


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

Branch: refs/heads/trunk
Commit: dbe87f6df314190225956fff338dd14173e04715
Parents: 03eb903
Author: Neha Narkhede <ne...@apache.org>
Authored: Fri Jan 11 14:06:42 2013 -0800
Committer: Neha Narkhede <ne...@apache.org>
Committed: Fri Jan 11 14:06:42 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/kafka/blob/dbe87f6d/config/log4j.properties
----------------------------------------------------------------------
diff --git a/config/log4j.properties b/config/log4j.properties
index e58c7cd..892cb7c 100644
--- a/config/log4j.properties
+++ b/config/log4j.properties
@@ -12,7 +12,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-log4j.rootLogger=INFO, stdout 
+log4j.rootLogger=OFF, stdout 
 
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
@@ -42,6 +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=ERROR
 
 log4j.logger.kafka.network.RequestChannel$=TRACE, requestAppender
 log4j.additivity.kafka.network.RequestChannel$=false