Output verbosity
By default, default theme will output only the state, the process name and the process error output.
You can add information, depending on the verbosity level.
| Output | Normal | Verbose | Very verbose | Debug |
|---|---|---|---|---|
| Process state | ||||
| Process name | ||||
| Execution time | ||||
| Process standard output | ||||
| Process error output |
Configure verbosity level
Verbosity level is configured on the CLI command with -v, -vv or -vvv.
Normal: default level, do not add anything.
Verbose: add -v.
Very verbose: add -vv.
Debug: add -vvv.