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

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


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

commit f82b022c70fd3962b1d47d819d33c5058d466065
Author: Randall Hauch <rha...@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 <rha...@gmail.com>
    
    Reviewers: Konstantine Karantasis <konstant...@confluent.io>, Ewen 
Cheslack-Postava <e...@confluent.io>
    
    Closes #5151 from rhauch/kafka-7009
    
    (cherry picked from commit 7a1f55567610725c5f9d5b6ddfc945b0153e6acd)
    Signed-off-by: Ewen Cheslack-Postava <m...@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
ewe...@apache.org.

Reply via email to