mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: add log message when an RDAP query failed
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user