Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent use of messaging #188

Open
schaefi opened this issue Jul 29, 2024 · 0 comments
Open

Inconsistent use of messaging #188

schaefi opened this issue Jul 29, 2024 · 0 comments

Comments

@schaefi
Copy link
Contributor

schaefi commented Jul 29, 2024

I found several places in the code where logging. is mixed with print and the print statements are also mixed with printing to the default stdout channel or to the stderr channel. I don't see a good reason why the messaging of the tooling is mixed up that way.

I think we should change this to use the python logging facility exclusively and get rid of any extra print statements. If there is need to be to handle specific messages differently it can be done through the logging facility too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant