Rock's entrypoint will no longer have the --verbose argument

To add some more context, dropping the --verbose option from rocks’ entrypoint (which was previously pebble enter --verbose) means a few logs will not be showing up by default. Unless of course, you pass the --verbose argument yourself.

The logs that will be absent by default are –

  • Service outputs/logs.
  • Any kind of logs while running docker run <rock-name> [...] exec [...] command.

If you need those logs for whatever reasons, you may need to pass the --verbose argument manually e.g. docker run <rock-name> --verbose <cmd..>.

2 Likes