提交 6742223c 编写于 作者: F fjy

fix another missing log

上级 8e143ada
......@@ -116,6 +116,10 @@ public class AsyncQueryForwardingServlet extends HttpServlet
query = query.withId(queryId);
}
if (log.isDebugEnabled()) {
log.debug("Got query [%s]", query);
}
out = resp.getOutputStream();
final OutputStream outputStream = out;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册