Updated Branches: refs/heads/master 5503a5e83 -> a100ab0ae
TS-2379: Add documentation for '%<chp>' field in RST file Signed-off-by: Yunkai Zhang <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/a100ab0a Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/a100ab0a Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/a100ab0a Branch: refs/heads/master Commit: a100ab0aef1aa1f5b90705945c157cf9d784b758 Parents: 5503a5e Author: Yunkai Zhang <[email protected]> Authored: Sat Nov 23 13:46:22 2013 +0800 Committer: Yunkai Zhang <[email protected]> Committed: Sat Nov 23 13:48:42 2013 +0800 ---------------------------------------------------------------------- doc/admin/event-logging-formats.en.rst | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/a100ab0a/doc/admin/event-logging-formats.en.rst ---------------------------------------------------------------------- diff --git a/doc/admin/event-logging-formats.en.rst b/doc/admin/event-logging-formats.en.rst index e7e3261..67d484d 100644 --- a/doc/admin/event-logging-formats.en.rst +++ b/doc/admin/event-logging-formats.en.rst @@ -72,6 +72,9 @@ The following list describes Traffic Server custom logging fields. ``chih`` The IP address of the client's host machine in hexadecimal. +``chp`` + The port number of the client's host machine. + ``cqbl`` The client request transfer length; the body length in the client request to Traffic Server (in bytes).
