Skip to content

Commit

Permalink
Remove duplicate context from Request Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwin Tumma committed Dec 18, 2024
1 parent 8b81c91 commit 652df84
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ public void emit()
statsMap.put("identity", plannerContext.getAuthenticationResult().getIdentity());
queryContext.put("nativeQueryIds", plannerContext.getNativeQueryIds().toString());
}
statsMap.put("context", queryContext);
if (e != null) {
statsMap.put("exception", e.toString());

Expand Down

0 comments on commit 652df84

Please sign in to comment.