-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reduce noise on output #113
base: main
Are you sure you want to change the base?
Conversation
@iranzo Looks like your previous PR created a conflict? |
Rebased! |
What is the goal of this PR? The message are placed in purpose to inform the user what is going on. If we remove them the user will have a false feeling that nothing is ongoing and that the tool is not doing anything. @iranzo can you clarify? |
As there are checks and a wrapper that executes them, the messages about 'running XXX' should be in the wrapper and not the check itself to give a bit of consistency. Also, if you put the message in the wrapper and not in the test, you can filter out for the actual test output and not the 'decoration' like 'please wait, etc' which is irrelevant if you're running this periodically. I would advise towards having just output when there are errors or problems |
Removes messages about oc debug (which almost any check includes) and reduces output when no specific cards are found and just report about the ones found
Fixes #112