imagej / imagej/pyimagej

Multiple copies of verbose output might be shown

Open
#269 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.