diff --git a/src/Application/Messenger/Handler/StripePayoutHandler.php b/src/Application/Messenger/Handler/StripePayoutHandler.php index 8901b0cd..baa76895 100644 --- a/src/Application/Messenger/Handler/StripePayoutHandler.php +++ b/src/Application/Messenger/Handler/StripePayoutHandler.php @@ -78,10 +78,7 @@ public function __invoke(StripePayout $payout): void // a transaction Id. if ($hasMore && $lastBalanceTransactionId !== null) { $attributes['starting_after'] = $lastBalanceTransactionId; - - // We can probably reduce this to `debug()` level once we are 100% confident - // in the fix for MAT-181. - $this->logger->info(sprintf( + $this->logger->debug(sprintf( 'Stripe Balance Transaction for Payout ID %s will next use starting_after: %s', $payoutId, $lastBalanceTransactionId,