abhs50 commented on issue #8869:
URL: https://github.com/apache/pinot/issues/8869#issuecomment-1157729246

   @Jackie-Jiang : There are couple of we can add it : 
   
   1. Log all the headers
   `((HttpRequesterIdentity) requesterIdentity).getHttpHeaders().toString()`
   
   2. Parse out specific value from each header. In this case we can log just : 
`X-Forwarded-For`
   
   Will 1 become too verbose for logging?


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