Skip to content

Improve plugin output with different verbosity settings #99

@LordHepipud

Description

@LordHepipud

Right now our default configuration for Verbosity output of plugins are

  • 0: Only Warnings/Errors/Unkowns will be reported
  • 1: The operator for check packages is included
  • 2: Everything will be printed in the output, even Ok checks

In case a check package includes one non Ok value, the entire content of the package is dumped instead only the error.

Expected Behavior

We should adjust our output handling to only print non Ok on verbosity 0, while we include the Ok values for packages containing non Ok for verbosity 1 including the package operator configuration.

Verbosity 2 will remain unchanged

Current Behavior

Check packages containing non Ok will always print all included Ok checks

Possible Solution

Update handling for verbosity

Metadata

Metadata

Assignees

Labels

EnhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions