Warning -> debug

This commit is contained in:
Owen
2025-11-01 10:46:09 -07:00
parent 41592133a6
commit 2af100cc86

View File

@@ -378,7 +378,7 @@ export async function getTraefikConfig(
(cert) => cert.queriedDomain === resource.fullDomain
);
if (!matchingCert) {
logger.warn(
logger.debug(
`No matching certificate found for domain: ${resource.fullDomain}`
);
continue;