From commits-return-3273-archive-asf-public=cust-asf.ponee.io@openwhisk.apache.org Thu Feb 1 18:37:05 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id E1DE9180652 for ; Thu, 1 Feb 2018 18:37:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D1B3A160C44; Thu, 1 Feb 2018 17:37:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4D60E160C35 for ; Thu, 1 Feb 2018 18:37:05 +0100 (CET) Received: (qmail 42275 invoked by uid 500); 1 Feb 2018 17:37:04 -0000 Mailing-List: contact commits-help@openwhisk.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwhisk.apache.org Delivered-To: mailing list commits@openwhisk.apache.org Received: (qmail 42266 invoked by uid 99); 1 Feb 2018 17:37: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; Thu, 01 Feb 2018 17:37:04 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 04C608588E; Thu, 1 Feb 2018 17:37:04 +0000 (UTC) Date: Thu, 01 Feb 2018 17:37:03 +0000 To: "commits@openwhisk.apache.org" Subject: [incubator-openwhisk-package-kafka] branch master updated: remove noisy log statement (#245) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151750662396.5588.12091722560804428928@gitbox.apache.org> From: dubeejw@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-openwhisk-package-kafka X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 7752ad3fbcf92249d3e1816085aa58aa79ba9f9a X-Git-Newrev: 945fe56685ca3a212c52ad15e8cb7026c75abf70 X-Git-Rev: 945fe56685ca3a212c52ad15e8cb7026c75abf70 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. dubeejw pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-package-kafka.git The following commit(s) were added to refs/heads/master by this push: new 945fe56 remove noisy log statement (#245) 945fe56 is described below commit 945fe56685ca3a212c52ad15e8cb7026c75abf70 Author: Adnan Baruni AuthorDate: Thu Feb 1 11:37:00 2018 -0600 remove noisy log statement (#245) --- provider/consumer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/provider/consumer.py b/provider/consumer.py index 5d2d2b4..75c5e9b 100644 --- a/provider/consumer.py +++ b/provider/consumer.py @@ -481,7 +481,6 @@ class ConsumerProcess (Process): return key def __error_callback(self, error): - logging.warning('[{}] {}'.format(self.trigger, error)) if not self.connected and error.code() == KafkaError._AUTHENTICATION: self.authErrors = self.authErrors + 1 if self.authErrors > self.maxAuthErrors: -- To stop receiving notification emails like this one, please contact dubeejw@apache.org.