Update error reporting to use logging
instead of print()
statements
#5415
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
Checklist
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
(withlog = utils.get_logger(__name__)
) instead ofprint()
statements.Why is this needed?
Implements more robust error handling and reporting for conda-build.
What should happen?
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: