You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/08/03 00:23:51 UTC

[GitHub] [trafficserver] shinrich opened a new issue #8196: Format codes for url log fields are confusing

shinrich opened a new issue #8196:
URL: https://github.com/apache/trafficserver/issues/8196


   @maskit brought this up for PR #8015 which addresses issue #4684.  The format codes start start with c, but most/all of them really are logging information about the proxy request url.
   
   For the PR @maskit suggests the following which I agree with.
   
   Log field names for content length is very clear. We should have followed this manner.
   
   cqcl | Client Request | Client request content length, in bytes.
   pqcl | Proxy Request | Content body length of the Traffic Server proxy request to the origin server.
   pscl | Proxy Response | Content body length of the Traffic Server proxy response.
   sscl | Origin Response | Content body length of the origin server response to Traffic Server.
   
   We merged the PR since it improved the documentation to reflect reality.  Filing this issue to address fixing the underlying implementation to improve a future reality.


-- 
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: issues-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org