mirror of
https://github.com/fosrl/pangolin.git
synced 2026-06-08 16:43:37 +00:00
Quiet logs
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user