Philip Zeyliger has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/10780 )

Change subject: IMPALA-6642 (Part 2): Add timestamps to start-impala-cluster.py
......................................................................


Patch Set 1:

This seems fine, but using Python logging would make this more straightforward.

>>> if True:
...   import logging
...   logging.basicConfig(level=logging.INFO,
...       format='%(asctime)s %(threadName)s %(levelname)s: %(message)s')
...   logging.info("hey")
...
2018-06-20 20:35:43,799 MainThread INFO: hey
>>>


--
To view, visit http://gerrit.cloudera.org:8080/10780
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I60169203c61ae6bc0a3ccd3dea355799b603efe5
Gerrit-Change-Number: 10780
Gerrit-PatchSet: 1
Gerrit-Owner: Taras Bobrovytsky <[email protected]>
Gerrit-Reviewer: Philip Zeyliger <[email protected]>
Gerrit-Reviewer: Tianyi Wang <[email protected]>
Gerrit-Comment-Date: Thu, 21 Jun 2018 03:36:08 +0000
Gerrit-HasComments: No

Reply via email to