ML icon indicating copy to clipboard operation
ML copied to clipboard

Prevent future uses of print statements where logging should be used instead

Open khatchad opened this issue 5 months ago • 0 comments

Per #331, we want to refactor the print statements to instead use logging. But, some print statements are OK, like the ones used in the CLI. Once #331 is fixed, we would like to prevent future uses of print statements where logging should be preferred, perhaps by failing the build if print statements instead of logging are used in inappropriate places. Note again that print statements in the CLI code are perfectly appropriate.

khatchad avatar Sep 23 '25 19:09 khatchad