aho135 commented on code in PR #18993:
URL: https://github.com/apache/druid/pull/18993#discussion_r2776472639
##########
server/src/main/java/org/apache/druid/server/log/DefaultRequestLogEvent.java:
##########
@@ -63,16 +63,15 @@ public EventMap toMap()
.put("timestamp", getCreatedTime())
.put("service", getService())
.put("host", getHost())
+ .put("remoteAddr", getRemoteAddr())
+ .put("queryStats", getQueryStats())
.putNonNull("query", getQuery());
if (getSql() != null) {
builder.put("sql", getSql())
.put("sqlQueryContext", getSqlQueryContext());
}
Review Comment:
Can we log the sqlQueryContext before the query itself here?
--
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]