diff --git a/src/Service/RDAPService.php b/src/Service/RDAPService.php index 60a6126..c917ff5 100644 --- a/src/Service/RDAPService.php +++ b/src/Service/RDAPService.php @@ -364,7 +364,7 @@ readonly class RDAPService if (null === $entity) { $entity = new Entity(); - } else { + $this->logger->info('The entity {handle} was not known to this Domain Watchdog instance.', [ 'handle' => $rdapEntity['handle'], ]);