Skip to content

rework logging/output #158

@jkowalleck

Description

@jkowalleck

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions