mrutkows commented on a change in pull request #149: Updating all Python files
to have ASF licenses and pass PEP8 tests
URL:
https://github.com/apache/incubator-openwhisk-package-kafka/pull/149#discussion_r124844087
##########
File path: provider/app.py
##########
@@ -205,7 +226,8 @@ def main():
# Make sure we log to the console
streamHandler = logging.StreamHandler()
- formatter = logging.Formatter('[%(asctime)s] [%(levelname)s] [??]
[kafkatriggers] %(message)s')
+ formatter = logging.Formatter('[%(asctime)s] [%(levelname)s] '
Review comment:
@bjustin-ibm we are adding python PEP8 linting for all python files over
time; Adhering to the <80 char line limit will be mandatory.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services