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 2882297 commit f7caa61Copy full SHA for f7caa61
src/Progress/CliProgress.php
@@ -72,7 +72,6 @@ public function addLog(string $severity, string $message): void
72
{
73
$this->output->writeln($this->formatterHelper->formatBlock($message, strtolower($severity)));
74
$this->totalLogCount++;
75
- $this->logger->log($severity, $message);
76
}
77
78
public function finish(Source $source): void
0 commit comments