Update failure and deploytime exporter logging statements #157
Labels
Debt
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
software delivery performance
Outcome
Milestone
Currently, the deploytime and failure exporters are using
print()
statements to log messages. These should be modified to uselogging.info()
orlogging.debug()
, etc. as used in the committime exporter.The text was updated successfully, but these errors were encountered: