fix: unknown entity logging

This commit is contained in:
Maël Gangloff
2024-08-15 19:54:36 +02:00
parent 0bb4115649
commit 31b136ec92

View File

@@ -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'],
]);