Quiet log message

This commit is contained in:
Owen
2025-12-13 12:28:44 -05:00
parent f2d4c2f83c
commit a767a31c21

View File

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