website/docs: update slat docs
This commit is contained in:
parent
c303f82170
commit
f6683ad016
|
@ -104,11 +104,11 @@ vagrant up. Can be applied to the master only.
|
||||||
|
|
||||||
These may be used to control the output of state execution:
|
These may be used to control the output of state execution:
|
||||||
|
|
||||||
* `colorize` - (boolean) Should output be colorized? Defaults to `nil`.
|
* `colorize` (boolean) - If true, output is colorized. Defaults to false.
|
||||||
|
|
||||||
* `log_level` - (One of `all`, `garbage`, `trace`, `debug`, `info`, `warning`,
|
|
||||||
`error`, `quiet`) How verbose should the output be? Defaults to `debug`.
|
|
||||||
|
|
||||||
|
* `log_level` (string) - The verbosity of the outputs. Defaults to "debug".
|
||||||
|
Can be one of "all", "garbage", "trace", "debug", "info", or
|
||||||
|
"warning".
|
||||||
|
|
||||||
## Pillar Data
|
## Pillar Data
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue