You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by bo...@apache.org on 2021/03/15 23:02:18 UTC

[kafka] branch 2.8 updated: revert stream logging level back to ERROR (#10320)

This is an automated email from the ASF dual-hosted git repository.

boyang pushed a commit to branch 2.8
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/2.8 by this push:
     new f4e7898  revert stream logging level back to ERROR (#10320)
f4e7898 is described below

commit f4e7898f00f526e0dc3329ac6ca7a8e6e6a6496d
Author: Boyang Chen <bo...@confluent.io>
AuthorDate: Mon Mar 15 11:00:35 2021 -0700

    revert stream logging level back to ERROR (#10320)
    
    An accidental change of logging level for streams from #9579, correcting it.
    
    Reviewers: Bill Bejeck <bb...@gmail.com>
---
 streams/src/test/resources/log4j.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/streams/src/test/resources/log4j.properties b/streams/src/test/resources/log4j.properties
index f9ee644..eabbc54 100644
--- a/streams/src/test/resources/log4j.properties
+++ b/streams/src/test/resources/log4j.properties
@@ -19,7 +19,7 @@ log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
 log4j.appender.stdout.layout.ConversionPattern=[%d] %p %m (%c:%L)%n
 
 log4j.logger.kafka=INFO
-log4j.logger.org.apache.kafka=INFO
+log4j.logger.org.apache.kafka=ERROR
 log4j.logger.org.apache.zookeeper=ERROR
 
 log4j.logger.org.apache.kafka.clients=WARN