Co-authored-by: chunlai.xu <chunlai.xu@zhaopin.com.cn>
This commit is contained in:
parent
606a5aeee5
commit
00b18ed422
|
|
@ -1427,10 +1427,8 @@ public class ProcessServiceImpl implements ProcessService {
|
|||
resourceInfo.setRes(res.getRes());
|
||||
resourceInfo.setResourceName(resourceFullName);
|
||||
}
|
||||
if (logger.isInfoEnabled()) {
|
||||
logger.info("updated resource info {}",
|
||||
JSONUtils.toJsonString(resourceInfo));
|
||||
}
|
||||
logger.info("updated resource info {}",
|
||||
JSONUtils.toJsonString(resourceInfo));
|
||||
}
|
||||
return resourceInfo;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue