The view operator prints messages to stdout and to the .nextflow.log. By default, stdout/stderr from tasks are not echoed out to stdout or the .nextflow.log.
The only times stdout/err are printed to the Nextflow stdout are:
When a task errors out and the tail of the logs are included in the error message, or