Skip to content

Commit dfbb0fa

Browse files
committed
Update ChildProcessContainer.php
verbosity set to -vvvv instead of --verbose to prevent logging issues
1 parent e881754 commit dfbb0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/Tender/ChildProcessContainer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ public function start()
253253
$cmd .= ' --use-tube=' . escapeshellarg($this->tube);
254254
}
255255
if ($this->parent->isVerbose()) {
256-
$cmd .= ' --verbose';
256+
$cmd .= ' -vvvv';
257257
}
258258
$this->startTime = time();
259259
$this->parent->verboseOutput('<info>Starting:</info>' . $cmd);

0 commit comments

Comments
 (0)