Skip to content

Commands should only output something on error or in verbosity mode #6

Closed
@alexander-schranz

Description

@alexander-schranz

When run a command only errors should be output when run without a verbosity mode.
Else success commands will fill log files when doing a job.

e.g.

if ($output->getVerbosity() >= OutputInterface::VERBOSITY_VERBOSE) {
    $output->writeln(sprintf('Run command "%s" with workload "%s"', $handler, $workload));
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions