diff --git a/core/function-impl/mogo-core-function-startup/src/main/java/com/mogo/eagle/core/function/startup/stageone/secret/PassPortSecret.java b/core/function-impl/mogo-core-function-startup/src/main/java/com/mogo/eagle/core/function/startup/stageone/secret/PassPortSecret.java index 0b0edd9a91..cbdd188515 100644 --- a/core/function-impl/mogo-core-function-startup/src/main/java/com/mogo/eagle/core/function/startup/stageone/secret/PassPortSecret.java +++ b/core/function-impl/mogo-core-function-startup/src/main/java/com/mogo/eagle/core/function/startup/stageone/secret/PassPortSecret.java @@ -37,6 +37,7 @@ public class PassPortSecret { } this.secretCB = secretCB; PassportService passportService = new PassportService(); + passportService.setEnableLog(DebugConfig.isDebug()); domain.R r = initLow(passportService, deviceId, path); if (r.getCode() != ErrorCode.OK.getCode()) { secretCB.onFailed(r.getCode(), r.getMsg());