mirror of https://github.com/apache/druid.git
fix another missing log
This commit is contained in:
parent
8e143adadf
commit
6742223c26
|
@ -116,6 +116,10 @@ public class AsyncQueryForwardingServlet extends HttpServlet
|
||||||
query = query.withId(queryId);
|
query = query.withId(queryId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (log.isDebugEnabled()) {
|
||||||
|
log.debug("Got query [%s]", query);
|
||||||
|
}
|
||||||
|
|
||||||
out = resp.getOutputStream();
|
out = resp.getOutputStream();
|
||||||
final OutputStream outputStream = out;
|
final OutputStream outputStream = out;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue