feat: add log message when an RDAP query failed

This commit is contained in:
Maël Gangloff
2025-10-07 17:11:58 +02:00
parent f2c52eded1
commit 492e77420f

View File

@@ -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;
}