This commit is contained in:
xiaojunnuo
2024-10-25 10:57:38 +08:00
parent 4075be7849
commit f876ac99b0
2 changed files with 2 additions and 2 deletions

View File

@@ -388,7 +388,7 @@ export class AcmeService {
timeout: 10000,
});
} catch (e) {
this.logger.error(`${directoryUrl},测试访问失败`, e.stack);
this.logger.error(`${directoryUrl},测试访问失败`, e.message);
return false;
}
this.logger.info(`${directoryUrl},测试访问成功`);