GitHub user jpeach opened a pull request:

    https://github.com/apache/trafficserver/pull/880

    TS-4763: Consistent request bytes logging tags.

    Make the byte count logging tags consistent. We have
    
    - ``cqbl`` - client request body length
    - ``cqhl`` - client request header length
    - ``pscl`` - client response body length
    - ``pshl`` - client response header length
    - ``psql`` - client response total length
    - ``pqbl`` - server request body length
    - ``pqhl`` - server request header length
    - ``sscl`` - server response body length
    - ``sshl`` - server response header length
    
    We should add ``*ql`` to get the missing totals and standardize on ``*cl`` 
for the content length (``csscl`` marginally tips the balance towards "content 
length" in favor of "body length").

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jpeach/trafficserver fix/4763

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/880.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #880
    
----
commit 7e12104cecd01a1f93d3bfb35d60b41ba705f2a3
Author: James Peach <[email protected]>
Date:   2016-08-18T18:42:15Z

    TS-4764: Return the aligned field size from marshal_client_req_uuid().

commit d81b884237806ff93236fe8bf11b8e4e66233aa6
Author: James Peach <[email protected]>
Date:   2016-08-18T20:29:25Z

    TS-4763: Rename body_len log acces methods.
    
    Standardize on content_len terminology for logging, so rename
    "body_len" log access methods to "content_len".

commit 52d9a6abdf9ceea3a6a39a746c642c48957c57e8
Author: James Peach <[email protected]>
Date:   2016-08-18T20:37:38Z

    TS-4763: Rename cqbl and pqbl log fields to cqcl and pqcl.

commit 94f4cb9d1962394db1f9a0e816ae5574159f70ff
Author: James Peach <[email protected]>
Date:   2016-08-18T21:12:37Z

    TS-4763: Add the ssql, cqql, pqql, and cssql log fields.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to