Skip to content

Commit f7caa61

Browse files
committed
Remove logging to file from CLI progress handler
1 parent 2882297 commit f7caa61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Progress/CliProgress.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ public function addLog(string $severity, string $message): void
7272
{
7373
$this->output->writeln($this->formatterHelper->formatBlock($message, strtolower($severity)));
7474
$this->totalLogCount++;
75-
$this->logger->log($severity, $message);
7675
}
7776

7877
public function finish(Source $source): void

0 commit comments

Comments
 (0)