Closed hterik closed 2 years ago
/assign
I think using logging is a good idea. Would you like to send a PR?
/unassign cc @yliaog @tomplus
Some thoughts:
print
in this client. /assign
This repo has been merged into the main python repo. We are archiving this repo. Please open a new issue in the main repo. Thanks!
/close
@roycaihw: Closing this issue.
In config/init.py, when calling load_config and not running in a cluster, a warning message is printed to stdout.
This utility function might be used in context where the stdout is used for other purposes and can garble such data. Recommend use logging instead.