FIX: Log job requests
This commit is contained in:
@ -62,7 +62,7 @@ class Queue extends Command
|
|||||||
try {
|
try {
|
||||||
$response = $this->client->get($uri);
|
$response = $this->client->get($uri);
|
||||||
} catch (ClientExceptionInterface $exception) {
|
} catch (ClientExceptionInterface $exception) {
|
||||||
$this->logger->error($exception->getMessage());
|
$this->logger->error($exception);
|
||||||
return Console\Command\Command::FAILURE;
|
return Console\Command\Command::FAILURE;
|
||||||
}
|
}
|
||||||
$output->writeln("Response Code: {$response->getStatusCode()}");
|
$output->writeln("Response Code: {$response->getStatusCode()}");
|
||||||
|
Reference in New Issue
Block a user