You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by du...@apache.org on 2018/02/01 17:37:03 UTC

[incubator-openwhisk-package-kafka] branch master updated: remove noisy log statement (#245)

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 <ab...@users.noreply.github.com>
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.