Skip to content

Commit

Permalink
Remove logging to file from CLI progress handler
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejslawik committed Nov 5, 2024
1 parent 2882297 commit f7caa61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Progress/CliProgress.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ public function addLog(string $severity, string $message): void
{
$this->output->writeln($this->formatterHelper->formatBlock($message, strtolower($severity)));
$this->totalLogCount++;
$this->logger->log($severity, $message);
}

public function finish(Source $source): void
Expand Down

0 comments on commit f7caa61

Please sign in to comment.