Add logpoint
This commit is contained in:
parent
befd5c860d
commit
7d251f092e
|
@ -129,6 +129,8 @@ class HTTPClient implements IHTTPClient
|
|||
};
|
||||
|
||||
try {
|
||||
$this->logger->debug('http request config.', ['url' => $url, 'method' => $method, 'options' => $conf]);
|
||||
|
||||
switch ($method) {
|
||||
case 'get':
|
||||
case 'head':
|
||||
|
|
Loading…
Reference in a new issue