maytasm commented on code in PR #16917:
URL: https://github.com/apache/druid/pull/16917#discussion_r1772074392
##########
server/src/main/java/org/apache/druid/server/log/LoggingRequestLogger.java:
##########
@@ -68,7 +68,6 @@ public void logNativeQuery(RequestLogLine requestLogLine)
throws IOException
MDC.put("hasFilters", Boolean.toString(query.hasFilters()));
MDC.put("remoteAddr", requestLogLine.getRemoteAddr());
MDC.put("duration", query.getDuration().toString());
- MDC.put("descending", Boolean.toString(query.isDescending()));
Review Comment:
Don't we want to log this if the query is TImeseriesQuery?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]