mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-27 11:12:55 +00:00
Quiet logs
This commit is contained in:
@@ -392,9 +392,9 @@ async function syncAcmeCerts(
|
|||||||
config.getRawConfig().server.secret!
|
config.getRawConfig().server.secret!
|
||||||
);
|
);
|
||||||
if (storedCertPem === certPem) {
|
if (storedCertPem === certPem) {
|
||||||
logger.debug(
|
// logger.debug(
|
||||||
`acmeCertSync: cert for ${domain} is unchanged, skipping`
|
// `acmeCertSync: cert for ${domain} is unchanged, skipping`
|
||||||
);
|
// );
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
// Cert has changed; capture old values so we can send a correct
|
// Cert has changed; capture old values so we can send a correct
|
||||||
|
|||||||
Reference in New Issue
Block a user