diff --git a/src/Service/RDAPService.php b/src/Service/RDAPService.php index 133f52b..5376826 100644 --- a/src/Service/RDAPService.php +++ b/src/Service/RDAPService.php @@ -322,6 +322,10 @@ class RDAPService throw DomainNotFoundException::fromDomain($idnDomain); } + $this->logger->error('Unable to perform an RDAP query for this domain name', [ + 'ldhName' => $idnDomain, + ]); + return $e; }