Command log level
Remember that -lall
refers to the loglevel all.
You can lower the output level by lowering down to info (-linfo
).
Run a salt state
bin/salt-call -lall --retcode-passthrough state.sls <STATE>
Run a salt function
bin/salt-call -lall --retcode-passthrough test.ping
Configure a pillar entry
- pillar/pillar.d/myentry.sls
---
makina-states.foo.bar: bal
Last Updated: 2017-03-15