Quiet logs

This commit is contained in:
Owen
2026-06-03 14:48:51 -07:00
parent 8e9071a336
commit 2b402f8fec

View File

@@ -863,9 +863,9 @@ export function initAcmeCertSync(): void {
); );
return; return;
} }
logger.debug( // logger.debug(
`acmeCertSync: found ${files.length} acme.json file(s) in directory "${acmeJsonPath}"` // `acmeCertSync: found ${files.length} acme.json file(s) in directory "${acmeJsonPath}"`
); // );
for (const file of files) { for (const file of files) {
syncAcmeCerts(file).catch((err) => { syncAcmeCerts(file).catch((err) => {
logger.error( logger.error(