Add verbosity level functionality
Open
@quic-seaswara is already working on this.
Since Apr 12, 2026.
enhancement
- Dominant language
- C++
- Stars
- 259
- Forks
- 84
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 72
Description
Currently, we have --verbose option that emits all the verbose diagnostics. We should also provide --verbose-level functionality to allow users to limit the verbose logs. To start with, we can have three verbose levels: 1, 2, 3. Verbose level 1 should emit relatively important verbose diagnostics, and the level 3 would emit relatively not-so-important verbose diagnostics.
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.
Assessment
This issue has not been assessed yet.