Skip to content

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.

php parallel-process.php

Verbose: add -v.

php parallel-process.php -v

Very verbose: add -vv.

php parallel-process.php -vv

Debug: add -vvv.

php parallel-process.php -vvv