You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/02/01 17:37:04 UTC

[GitHub] dubeejw closed pull request #245: remove noisy log statement

dubeejw closed pull request #245: remove noisy log statement
URL: https://github.com/apache/incubator-openwhisk-package-kafka/pull/245
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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 @@ def __encodeKeyIfNeeded(self, key):
         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:


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services