You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
:More info (slightly) on the values and what they mean: https://docs.saltstack.com/en/latest/ref/configuration/master.html#state-verbose
The text was updated successfully, but these errors were encountered: