Log body de reset
This commit is contained in:
@ -25,6 +25,7 @@ class Reset extends Command
|
||||
$options = count($body) > 0 ? ['json' => $body] : [];
|
||||
$response = $this->client->delete($uri, $options);
|
||||
$output->writeln("Response Code: {$response->getStatusCode()}");
|
||||
$this->logger->debug("Response: {$response->getBody()->getContents()}");
|
||||
|
||||
return self::SUCCESS;
|
||||
}
|
||||
|
Reference in New Issue
Block a user