Skip to content
Snippets Groups Projects
Commit 56f79780 authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

bugfix(logger): memory consumption

parent 98c7fb8d
No related branches found
No related tags found
1 merge request!7bugfix(logger): memory consumption
Pipeline #445178 passed with stages
in 25 seconds
......@@ -88,7 +88,7 @@ class ClientImplementation implements Client, LoggerAwareInterface
$this->timeout
);
if ( $this->is_logger_available ) {
if ($this->is_logger_available) {
$this->logger->debug(
"Sent request with: URL: {$fullUrl};\n METHOD: {$method};\n BODY: {$body};\n"
."HEADERS: ".json_encode(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment