diff --git a/src/Network/HTTPClient.php b/src/Network/HTTPClient.php index f4653628ff..90f7775df7 100644 --- a/src/Network/HTTPClient.php +++ b/src/Network/HTTPClient.php @@ -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':