From commits-return-9719-apmail-kafka-commits-archive=kafka.apache.org@kafka.apache.org Wed Jun 13 05:57:04 2018 Return-Path: X-Original-To: apmail-kafka-commits-archive@www.apache.org Delivered-To: apmail-kafka-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9CF3018998 for ; Wed, 13 Jun 2018 05:57:04 +0000 (UTC) Received: (qmail 7356 invoked by uid 500); 13 Jun 2018 05:57:04 -0000 Delivered-To: apmail-kafka-commits-archive@kafka.apache.org Received: (qmail 7317 invoked by uid 500); 13 Jun 2018 05:57:04 -0000 Mailing-List: contact commits-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list commits@kafka.apache.org Received: (qmail 7308 invoked by uid 99); 13 Jun 2018 05:57:04 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jun 2018 05:57:04 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id C1765829D3; Wed, 13 Jun 2018 05:57:03 +0000 (UTC) Date: Wed, 13 Jun 2018 05:57:03 +0000 To: "commits@kafka.apache.org" Subject: [kafka] branch trunk updated: KAFKA-7009: Suppress the Reflections log warning messages in system tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <152886942304.4701.5423673653402848709@gitbox.apache.org> From: ewencp@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: kafka X-Git-Refname: refs/heads/trunk X-Git-Reftype: branch X-Git-Oldrev: ee3d3f1b27c4f456c6ccf28d1f4b62cc45beaed8 X-Git-Newrev: 7a1f55567610725c5f9d5b6ddfc945b0153e6acd X-Git-Rev: 7a1f55567610725c5f9d5b6ddfc945b0153e6acd X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 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 --- 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.