mirror of
https://github.com/certd/certd.git
synced 2026-04-14 04:20:52 +08:00
pref: 日志中加密授权信息输出替换成星号
This commit is contained in:
@@ -110,7 +110,7 @@ return class DemoTask extends AbstractTaskPlugin {
|
||||
// 编写执行方法
|
||||
async execute(){
|
||||
# 根据accessId获取授权配置
|
||||
const access = await this.accessService.getById(this.accessId)
|
||||
const access = await this.getAccess(this.accessId)
|
||||
|
||||
//必须使用this.logger打印日志
|
||||
// this.logger.info("cert:",this.cert);
|
||||
|
||||
Reference in New Issue
Block a user