]> git.mxchange.org Git - friendica.git/commitdiff
Add logpoint
authorPhilipp <admin@philipp.info>
Wed, 25 Aug 2021 11:58:29 +0000 (13:58 +0200)
committerPhilipp <admin@philipp.info>
Wed, 25 Aug 2021 12:22:43 +0000 (14:22 +0200)
src/Network/HTTPClient.php

index f4653628ffabaa78082d97c8891e9e9ee652849a..90f7775df7f681f5b4dc87ab19bca1a77369919d 100644 (file)
@@ -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':