Open colin-nolan opened 6 years ago
It looks like all logs are written to stdout, which is non-standard.
It would be better if logging written to stdout using the logging module, opposed to stdout via print.
logging
print
It looks like all logs are written to stdout, which is non-standard.
It would be better if logging written to stdout using the
logging
module, opposed to stdout viaprint
.