Support changing the logging level
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 570
- Forks
- 351
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 65
Description
We have many files where the login level is hardcoded at the module level, making it difficult to change it as needed.
Examples:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with scripts/microannotate_generator.py and scripts/shadow_scheduler_stats.py at the referenced logging setup lines. Trace how each script configures logging and identify the project’s existing conventions for selecting a level. Done means the logging level can be changed without editing each module-level hardcoded value, with the affected scripts still producing logs as expected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- observability
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100