[
https://issues.apache.org/jira/browse/TS-4763?focusedWorklogId=26595&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26595
]
ASF GitHub Bot logged work on TS-4763:
--------------------------------------
Author: ASF GitHub Bot
Created on: 18/Aug/16 21:16
Start Date: 18/Aug/16 21:16
Worklog Time Spent: 10m
Work Description: 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.
----
Issue Time Tracking
-------------------
Worklog Id: (was: 26595)
Time Spent: 10m
Remaining Estimate: 0h
> Consistent request bytes logging tags.
> --------------------------------------
>
> Key: TS-4763
> URL: https://issues.apache.org/jira/browse/TS-4763
> Project: Traffic Server
> Issue Type: Bug
> Components: Logging
> Reporter: James Peach
> Assignee: James Peach
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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").
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)