change verbosity using logging module
Open
bug
- Dominant language
- Python
- Stars
- 30
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Current implementation of the `--verbose` flag in most of the ray pipeline is an ad-hoc implementation that is clunky and difficult to expand upon. The python built-in `logging` module offers a very natural interface for this use case. Therefore, all `--verbose` and `--debug` flags should be implemented using this module.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.