We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d549014 commit 3733deaCopy full SHA for 3733dea
app/code/Magento/Deploy/Process/Queue.php
@@ -161,7 +161,7 @@ public function process()
161
foreach ($packages as $name => $packageJob) {
162
$this->assertAndExecute($name, $packages, $packageJob);
163
}
164
- $this->logger->notice('.');
+ $this->logger->info('.');
165
sleep(3);
166
foreach ($this->inProgress as $name => $package) {
167
if ($this->isDeployed($package)) {
@@ -214,7 +214,7 @@ private function awaitForAllProcesses()
214
unset($this->inProgress[$name]);
215
216
217
218
sleep(5);
219
220
if ($this->isCanBeParalleled()) {
0 commit comments