Added logging
This commit is contained in:
parent
94b7c1fc77
commit
3e21b035b7
2 changed files with 2 additions and 0 deletions
|
@ -1532,6 +1532,7 @@ class Probe
|
|||
self::$istimeout = true;
|
||||
return $short ? false : [];
|
||||
}
|
||||
Logger::debug('Fetched public key', ['Content-Type' => $curlResult->getHeader('Content-Type'), 'url' => $pubkey]);
|
||||
$pubkey = $curlResult->getBody();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue