FIX: Log job requests

This commit is contained in:
Juan Pablo Vial
2025-06-03 12:46:47 -04:00
parent b3b91d3f8f
commit 3c8822e531

View File

@ -62,7 +62,7 @@ class Queue extends Command
try {
$response = $this->client->get($uri);
} catch (ClientExceptionInterface $exception) {
$this->logger->error($exception->getMessage());
$this->logger->error($exception);
return Console\Command\Command::FAILURE;
}
$output->writeln("Response Code: {$response->getStatusCode()}");