You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2015/06/11 06:46:55 UTC

[2/2] trafficserver git commit: Added TS-3524 to CHANGES, and update docs.

Added TS-3524 to CHANGES, and update docs.


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/f9ead0b0
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/f9ead0b0
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/f9ead0b0

Branch: refs/heads/master
Commit: f9ead0b0b6a21a42c6edb79912afbc520f620c24
Parents: 719d55b
Author: Leif Hedstrom <zw...@apache.org>
Authored: Wed Jun 10 22:17:33 2015 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Wed Jun 10 22:33:05 2015 -0600

----------------------------------------------------------------------
 CHANGES                                | 3 +++
 doc/admin/event-logging-formats.en.rst | 6 ++++++
 2 files changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/f9ead0b0/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 7835863..a3bb3b7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache Traffic Server 6.0.0
 
+  *) [TS-3524] Add a new log tag, %<cluc>, which is the cache lookup URL
+   (cache key).
+
   *) [TS-3542] Remove the reclaimable freelist feature, it will be replaced
    with a buddy allocation scheme.
 

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/f9ead0b0/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 c538fc7..4e1c7cc 100644
--- a/doc/admin/event-logging-formats.en.rst
+++ b/doc/admin/event-logging-formats.en.rst
@@ -235,6 +235,12 @@ The following list describes Traffic Server custom logging fields.
     The client request unmapped URL host. This field records a URL's
     host before it is remapped (reverse proxy mode).
 
+.. _cluc:
+
+``cluc``
+    The cache lookup URL, or cache key, for the client request. This URL is
+    canonicalized as well.
+
 .. _crat:
 
 ``crat``