-
-
Notifications
You must be signed in to change notification settings - Fork 24
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
current console output is done via writig to stdout in a custom console
.
maybe better use a dedicated debug/log libary? like https://www.npmjs.com/package/debug
motivation:
- have different log levels: debug,info,warn,critical,error
- have an CLI switch to set the desired output level - like
--verbose 3
or-vvv
acc crit:
- all log/debug must go to STDERR - so stdout is free returned SBOM data
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed