Compare commits

..

1 Commits

Author SHA1 Message Date
Owen
31b66cd911 Warning -> debug 2025-11-01 10:46:09 -07:00

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;