clintropolis commented on code in PR #16917:
URL: https://github.com/apache/druid/pull/16917#discussion_r1778015883


##########
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:
   oh, i guess we could, not sure how interesting it really is though which is 
why i removed it



-- 
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]

Reply via email to