Add verbosity level for debug output
- Dominant language
- C
- Stars
- 135
- Forks
- 72
- PR merge metrics
- No merged PRs in 30d
Description
- allow the developer to place debug messages at various verbosity levels
- critical
- medium
- verbose
- for the debug mode the verbosity is set to low, so only critical messages are displayed by default
- medium and verbose messages are suppressed
- the verbosity level can be overridden during compilation to get more verbose debug messages
Contributor guide
Research direction
The issue names no files, tests, or entry points. Start by locating the debug-output implementation and the compilation configuration, then determine how messages can carry critical, medium, or verbose levels. Done means debug mode shows only critical messages by default, while a compilation override enables more verbose output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- embedded-iot, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100