jenkinsci / jenkinsci/log-cli-plugin
Double logging at `INFO` and above
Open
- Dominant language
- Java
- Stars
- 6
- Forks
- 4
- Avg merge
- 5m
- Merged PRs (30d)
- 1
Description
When you have a logger configured to record `FINE` but something is logged at `INFO`, it gets printed to stderr twice.
Contributor guide
Research direction
Start by reproducing the issue with a logger configured for FINE and an INFO-level message, then trace the CLI logging path that writes to stderr. Done means an INFO-or-higher message is emitted only once while FINE logging remains configured.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100