未验证 提交 00b18ed4 编写于 作者: X XCL 提交者: GitHub

[Improve]Remove the code logger.isDebugEnabled() #5918 #10542 (#12738)

Co-authored-by: Nchunlai.xu <chunlai.xu@zhaopin.com.cn>
上级 606a5aee
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册