diff --git a/src/Service/RDAPService.php b/src/Service/RDAPService.php index a69f1a8..a987844 100644 --- a/src/Service/RDAPService.php +++ b/src/Service/RDAPService.php @@ -712,7 +712,7 @@ class RDAPService $this->em->persist($dsData); } } else { - $this->logger->info('Domain name has no DS record', [ + $this->logger->debug('Domain name has no DS record', [ 'ldhName' => $domain->getLdhName(), ]); }