nx icon indicating copy to clipboard operation
nx copied to clipboard

Pass the `--verbose` option down to executors

Open TriPSs opened this issue 2 years ago • 0 comments

Description

I'm the maintainer for @nx-extend/e2e-runner and we would like to support more verbose logging if the option is enabled, now we have to add a different option (like --debug) if we want to log more.

Motivation

That when users run the scripts with --verbose we can also log more and pass it down again to the other executors.

Suggested Implementation

Always pass down --verbose option to executors

Alternate Implementations

The logger from @nx/devkit already including it.

TriPSs avatar Jul 06 '23 14:07 TriPSs