Multiple copies of verbose output might be shown
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 534
- Forks
- 95
- PR merge metrics
- No merged PRs in 30d
Description
As shown in #267, it might be possible that multiple copies of verbose output gets printed. E.g.:
```
Setting verbose level to 2 (was 2)
Setting verbose level to 2 (was 2)
Setting verbose level to 2 (was 2)
Setting verbose level to 2 (was 2)
```
Not sure where the problem lies, but merits investigation.
Contributor guide
No contributing guide indexed for this repository
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 by reviewing issue #267 and reproducing the repeated verbose-level output shown here. Trace where the "Setting verbose level" message is emitted and determine why it appears multiple times; done means the same operation produces only one expected message.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100