Discussion:
[salt-users] salt-call verbosity
Sławomir Kowalski
2014-11-26 11:31:32 UTC
Permalink
Hello!

I am currently learning to use Salt and I'm using masterless setup for
development purposes (so I use salt-call)

I'd like to know whether it's possible to reduce salt-call verbosity.
By verbosity I mean state.highstate verbosity (not salt-call debug level )

regards,
Sławomir Kowalski
--
You received this message because you are subscribed to the Google Groups "Salt-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to salt-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Sławomir Kowalski
2014-11-26 12:46:45 UTC
Permalink
Looks like I've found my mistake.

I provision my testing VM with vagrant and in my minion config which is
copied to /etc/salt/minion on vm
I had uncommented

*output: nested*

Commenting that line fixed issue for me.



Hello!
Post by Sławomir Kowalski
I am currently learning to use Salt and I'm using masterless setup for
development purposes (so I use salt-call)
I'd like to know whether it's possible to reduce salt-call verbosity.
By verbosity I mean state.highstate verbosity (not salt-call debug level
)
regards,
Sławomir Kowalski
--
You received this message because you are subscribed to the Google Groups "Salt-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to salt-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Mike Flood
2014-11-27 03:06:59 UTC
Permalink
Post by Sławomir Kowalski
I'd like to know whether it's possible to reduce salt-call verbosity.
By verbosity I mean state.highstate verbosity (not salt-call debug level
)
On a related note, it looks like the 'salt' command has a '--state-output'
command-line option whereas the 'salt-call' (and 'salt-ssh') commands do
not. And none of them have a command-line state_verbose option. For
salt-ssh in particular would it be nice to be able to do such a thing with
command-line (or Saltfile) options rather than having to modify the master
config file ? Even a command line option to override existing master/minion
config options would be useful ?

cheers,
--
You received this message because you are subscribed to the Google Groups "Salt-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to salt-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Colton Myers
2014-12-04 22:53:49 UTC
Permalink
Hrm, you're absolutely right that that option is missing from salt-ssh and salt-call. I will investigate adding them shortly.

--
Colton Myers
Platform Engineer, SaltStack
@basepi on Github/Twitter/IRC
Post by Sławomir Kowalski
I'd like to know whether it's possible to reduce salt-call verbosity.
By verbosity I mean state.highstate verbosity (not salt-call debug level )
On a related note, it looks like the 'salt' command has a '--state-output' command-line option whereas the 'salt-call' (and 'salt-ssh') commands do not. And none of them have a command-line state_verbose option. For salt-ssh in particular would it be nice to be able to do such a thing with command-line (or Saltfile) options rather than having to modify the master config file ? Even a command line option to override existing master/minion config options would be useful ?
cheers,
--
You received this message because you are subscribed to the Google Groups "Salt-users" group.
For more options, visit https://groups.google.com/d/optout <https://groups.google.com/d/optout>.
--
You received this message because you are subscribed to the Google Groups "Salt-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to salt-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Colton Myers
2014-12-04 23:00:57 UTC
Permalink
Fixed in https://github.com/saltstack/salt/pull/18753 <https://github.com/saltstack/salt/pull/18753>

--
Colton Myers
Platform Engineer, SaltStack
@basepi on Github/Twitter/IRC
Post by Sławomir Kowalski
I'd like to know whether it's possible to reduce salt-call verbosity.
By verbosity I mean state.highstate verbosity (not salt-call debug level )
On a related note, it looks like the 'salt' command has a '--state-output' command-line option whereas the 'salt-call' (and 'salt-ssh') commands do not. And none of them have a command-line state_verbose option. For salt-ssh in particular would it be nice to be able to do such a thing with command-line (or Saltfile) options rather than having to modify the master config file ? Even a command line option to override existing master/minion config options would be useful ?
cheers,
--
You received this message because you are subscribed to the Google Groups "Salt-users" group.
For more options, visit https://groups.google.com/d/optout <https://groups.google.com/d/optout>.
--
You received this message because you are subscribed to the Google Groups "Salt-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to salt-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Continue reading on narkive:
Loading...