chore: change log levels

This commit is contained in:
Maël Gangloff 2025-10-29 11:00:44 +01:00
parent f868f1ad19
commit 32e2d06cf6
No known key found for this signature in database
GPG Key ID: 11FDC81C24A7F629

View File

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