You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ew...@apache.org on 2018/06/13 05:57:47 UTC

[kafka] branch 0.11.0 updated: KAFKA-7009: Suppress the Reflections log warning messages in system tests

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

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


The following commit(s) were added to refs/heads/0.11.0 by this push:
     new 369f1d7  KAFKA-7009: Suppress the Reflections log warning messages in system tests
369f1d7 is described below

commit 369f1d73b7260ef3c5e1ca06689a287a7df3cf33
Author: Randall Hauch <rh...@gmail.com>
AuthorDate: Tue Jun 12 22:56:49 2018 -0700

    KAFKA-7009: Suppress the Reflections log warning messages in system tests
    
    This could be backported to older branches to reduce the extra log warning messages there, too.
    
    Running Connect system tests in this branch builder job: https://jenkins.confluent.io/job/system-test-kafka-branch-builder/1773/
    
    Author: Randall Hauch <rh...@gmail.com>
    
    Reviewers: Konstantine Karantasis <ko...@confluent.io>, Ewen Cheslack-Postava <ew...@confluent.io>
    
    Closes #5151 from rhauch/kafka-7009
    
    (cherry picked from commit 7a1f55567610725c5f9d5b6ddfc945b0153e6acd)
    Signed-off-by: Ewen Cheslack-Postava <me...@ewencp.org>
---
 tests/kafkatest/services/templates/connect_log4j.properties | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/kafkatest/services/templates/connect_log4j.properties b/tests/kafkatest/services/templates/connect_log4j.properties
index c972b1d..adb35b3 100644
--- a/tests/kafkatest/services/templates/connect_log4j.properties
+++ b/tests/kafkatest/services/templates/connect_log4j.properties
@@ -27,3 +27,4 @@ log4j.appender.FILE.layout.conversionPattern=[%d] %p %m (%c)%n
 
 log4j.logger.org.apache.zookeeper=ERROR
 log4j.logger.org.I0Itec.zkclient=ERROR
+log4j.logger.org.reflections=ERROR

-- 
To stop receiving notification emails like this one, please contact
ewencp@apache.org.