huangweixiong 2022-08-03 18:06:50 +08:00
commit 359e49f7db
2 changed files with 1 additions and 2 deletions

View File

@ -54,7 +54,7 @@ import java.util.stream.Collectors;
@RequestMapping("/ability/center/v2")
public class AbilityCenterControllerV2 {
private static final ExecutorService executor = Executors.newWorkStealingPool();
private static final Logger logger = LoggerFactory.getLogger(AbilityCenterController.class);
private static final Logger logger = LoggerFactory.getLogger(AbilityCenterControllerV2.class);
private static final ObjectMapper oMapper = new ObjectMapper();
@Autowired
private ActProcessService actProcessService;

View File

@ -154,7 +154,6 @@ public class ResourceOwnerListener implements TaskListener, ExecutionListener, A
logger.error("发布到应用网关", exception);
}
}
return;
}
} else {
logger.error("能力上架资源信息故障-->" + JSON.toJSONString(kv));