FIX: Log job requests
This commit is contained in:
@ -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()}");
|
||||
|
Reference in New Issue
Block a user