Skip to content

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

@khatchad

Description

@khatchad

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions