Skip to content
代码片段 群组 项目
未验证 提交 3743de3b 编辑于 作者: Purshotam Chauhan's avatar Purshotam Chauhan 提交者: GitHub
浏览文件

KSECURITY-577: Update log level in RestClient error->debug (#7110)

上级 d0b62278
No related branches found
No related tags found
无相关合并请求
......@@ -320,7 +320,7 @@ public class RestClient implements Closeable {
return requestSender.send(request, remainingWaitMs);
} catch (RequestSenderShutdownException e) {
String msg = "Http request failed. Client has already been closed.";
log.error(msg, e);
log.debug(msg, e);
throw new RuntimeException(msg);
} catch (IOException | RuntimeException e) {
log.debug(
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册