Is it possible to change the level of logging when running CLI commands?

For example, could we set logging to DEBUG in order to print more details in the console?

1 Like

The CLI has a flag that sets the logging level to DEBUG. Add --verbose or -v to enable it.

2 Likes