usnistgov / oscal-cli

A simple open source command line tool to support common operations over OSCAL content.
Other
41 stars 18 forks source link

Suppress Profile Resolution Messages or Add Log Level #270

Open Rene2mt opened 3 months ago

Rene2mt commented 3 months ago

User Story:

As a user of the OSCAL-CLI, I want to see the the log message level (error vs warning vs info, etc.) in the standard log output so that I can better understand if the operation I conducted was successful or if in fact there were significant issues that I need to address.

Currently, when conducting profile resolution, a large number of messages are output, mostly because of:

image

Goals:

These messages give the user the impression that the profile resolution was not successful or that these props and links were omitted, but in fact, they are included in the resolved profile catalog. These messages should either be suppressed or log level (e.g., Error, Warning, Info, etc.) should be added.

Dependencies:

TBD

Acceptance Criteria