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

Use python logging instead of print statements #329

Open
KPostOffice opened this issue Aug 28, 2023 · 0 comments
Open

Use python logging instead of print statements #329

KPostOffice opened this issue Aug 28, 2023 · 0 comments

Comments

@KPostOffice
Copy link
Collaborator

Name of Feature or Improvement

Instead of printing messages use python logging library

Description of Problem the Feature Should Solve

the logging library offers more fine grain control over which messages are seen by a user (debug, warnings, info, etc.) and also integrates with third party tools

Describe the Solution You Would Like to See

Instances of print statements should be replaced by logging.info, logging.warn, or logging.debug

Describe Alternatives You Have Considered

Leave as is and continue using print statements.

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