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

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


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

commit 7a1f55567610725c5f9d5b6ddfc945b0153e6acd
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
---
 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