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

Update error reporting to use logging instead of print() statements #5415

Open
2 tasks done
beeankha opened this issue Jul 15, 2024 · 0 comments
Open
2 tasks done

Update error reporting to use logging instead of print() statements #5415

beeankha opened this issue Jul 15, 2024 · 0 comments
Labels
backlog issue has been triaged but has not been earmarked for any upcoming release source::anaconda created by members of Anaconda, Inc. type::task indicates a change that doesn't pertain to the code itself, e.g. updating CI/CQ, rebuilding package

Comments

@beeankha
Copy link
Contributor

Checklist

  • I added a descriptive title
  • I searched open requests and couldn't find a duplicate

What is the idea?

Per work done in PRs like #5176 , it appears that there is an opportunity to improve error handing patterns by using log.warn / log.error (with log = utils.get_logger(__name__)) instead of print() statements.

Why is this needed?

Implements more robust error handling and reporting for conda-build.

What should happen?

No response

Additional Context

No response

@beeankha beeankha added the type::task indicates a change that doesn't pertain to the code itself, e.g. updating CI/CQ, rebuilding package label Jul 15, 2024
@kenodegard kenodegard added backlog issue has been triaged but has not been earmarked for any upcoming release source::anaconda created by members of Anaconda, Inc. labels Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog issue has been triaged but has not been earmarked for any upcoming release source::anaconda created by members of Anaconda, Inc. type::task indicates a change that doesn't pertain to the code itself, e.g. updating CI/CQ, rebuilding package
Projects
Status: 🆕 New
Development

No branches or pull requests

2 participants