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

Investigate other salt-call cli options to restrict output to only failed states #226

Closed
lorengordon opened this issue Mar 18, 2017 · 0 comments

Comments

@lorengordon
Copy link
Member

lorengordon commented Mar 18, 2017

Issue is that it is currently very hard to identify failed states, which makes it harder for users to troubleshoot what might have gone wrong.

Perhaps some combination of these, possibly --state-output=mixed --state-verbose=False:

    --state-output=STATE_OUTPUT, --state_output=STATE_OUTPUT
                        Override the configured state_output value for minion
                        output. One of 'full', 'terse', 'mixed', 'changes' or
                        'filter'. Default: 'none'.
    --state-verbose=STATE_VERBOSE, --state_verbose=STATE_VERBOSE
                        Override the configured state_verbose value for minion
                        output. Set to True or False. Default: none.

More info (slightly) on the values and what they mean: https://docs.saltstack.com/en/latest/ref/configuration/master.html#state-verbose

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

No branches or pull requests

1 participant