-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Description
Right now our default configuration for Verbosity output of plugins are
- 0: Only
Warnings/Errors/Unkownswill be reported - 1: The operator for check packages is included
- 2: Everything will be printed in the output, even
Okchecks
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 requestNew feature or request