From 24d0d3351a43f52f6f688143672d7c57c5f19595 Mon Sep 17 00:00:00 2001 From: Randall Hauch Date: Tue, 12 Jun 2018 22:56:49 -0700 Subject: [PATCH] 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 c972b1df86c..adb35b30bfc 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