Add more transactions support

This commit is contained in:
Owen
2025-10-17 16:22:43 -07:00
parent c07abf8ff9
commit 240c5b005b
3 changed files with 6 additions and 4 deletions

View File

@@ -238,7 +238,7 @@ export async function getTraefikConfig(
}
// get the valid certs for these domains
validCerts = await getValidCertificatesForDomains(domains, true); // we are caching here because this is called often
logger.debug(`Valid certs for domains: ${JSON.stringify(validCerts)}`);
// logger.debug(`Valid certs for domains: ${JSON.stringify(validCerts)}`);
}
const config_output: any = {