summaryrefslogtreecommitdiff
path: root/client/utils/logging.py
AgeCommit message (Collapse)Author
2017-08-04pep8 coding styleMark Wong
2017-02-27explicitly flush stdout in log()Tomas Vondra
Otherwise the messages may get buffered for a quite long time, which is annoying, particularly in multi-process system.
2017-02-27Import initial version of the clientTomas Vondra