Implement conditional logging
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 10.7k
- Forks
- 662
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 2
Description
In which we can say things like, "start logging after trace line 498", or "only log for trace line 12". Logging is only statically enabled currently. This is the one of the features that the lack of really hurts when working with big traces.
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 by locating the existing statically enabled logging path and the code that handles trace-line numbers. Clarify how logging should behave for a start threshold and an exact trace line, then define tests that demonstrate both conditions and confirm that existing logging remains unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100