Skip to content

Commit

Permalink
Append to log instead of resetting
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Oct 10, 2023
1 parent 4650d63 commit 84b4877
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ public function start(ConversionProcessingStartedEvent $event): void
{
$event->conversion->setLastProcessingStartedAt(new \DateTimeImmutable());
$event->conversion->setProcessing(true);
$event->conversion->setLogMessages(['Processing started']);
$event->conversion->addLogMessage('Processing started');
}
}

0 comments on commit 84b4877

Please sign in to comment.