This is an automated email from the ASF dual-hosted git repository. ewencp pushed a commit to branch 0.10.0 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/0.10.0 by this push: new 24d0d33 KAFKA-7009: Suppress the Reflections log warning messages in system tests 24d0d33 is described below commit 24d0d3351a43f52f6f688143672d7c57c5f19595 Author: Randall Hauch 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 Reviewers: Konstantine Karantasis , Ewen Cheslack-Postava Closes #5151 from rhauch/kafka-7009 (cherry picked from commit 7a1f55567610725c5f9d5b6ddfc945b0153e6acd) Signed-off-by: Ewen Cheslack-Postava --- 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.