Skip to content
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

Configure console verbosity #934

Merged
merged 3 commits into from
Sep 21, 2021
Merged

Configure console verbosity #934

merged 3 commits into from
Sep 21, 2021

Conversation

hcoles
Copy link
Owner

@hcoles hcoles commented Sep 17, 2021

Adds an additional parameter verbosity with the following values

  • QUIET (no capture of minion output, no spinner, only log severe errors)
  • QUIET_WITH_PROGRESS (no capture of minion output, show the spinner, only log severe errors)
  • DEFAULT(no capture of minion output, show the spinner, only log at info level)
  • NO_SPINNER(no capture of minion output, no spinner, only log at info level)
  • VERBOSE_NO_SPINNER(capture minion output, no spinner, only log at detailed level)
  • VERBOSE(capture minion output, show the spinner, only log at detailed level)

The existing verbose option is retained. If it is set to true logging will be set to VERBOSE regardless of the value of the verbosity parameter.

@hcoles hcoles changed the title Silent running Configure console verbosity Sep 17, 2021
@hcoles hcoles merged commit 0cc0fc9 into master Sep 21, 2021
@hcoles hcoles mentioned this pull request Sep 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants