diff --git a/backend/app/Platform/ProductConsumer.php b/backend/app/Platform/ProductConsumer.php index c606044..dcaea86 100644 --- a/backend/app/Platform/ProductConsumer.php +++ b/backend/app/Platform/ProductConsumer.php @@ -120,6 +120,8 @@ class ProductConsumer extends ConsumerMessage return Result::ACK; } catch (Throwable $error) { + dump($error->getMessage()); + dump($error->getTraceAsString()); Log::get()->error('Product consumer processing failed', [ 'error' => $error->getMessage(), 'retry_count' => $retry_count,