ImperialCollegeLondon / ImperialCollegeLondon/virtual_ecosystem
Add verbosity control to `ve_run_cli`
Open
- Dominant language
- Python
- Stars
- 20
- Forks
- 5
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 34
Description
**Is your feature request related to a problem? Please describe.**
Although we haven't sorted out systematic logging levels yet, at the moment we can't control what logging detail is output to the log.
**Describe the solution you'd like**
Basically all we need is a new parser argument that set the logger level along the DEBUG ... CRITICAL chain.
Contributor guide
Research direction
Start at the ve_run_cli entry point and its argument parser. Add a parser option that controls the logger level across the DEBUG-to-CRITICAL range, then verify that the selected verbosity changes the log output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100