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 2016/07/02 22:37:51 UTC

[trafficserver] branch master updated: TS-4519 Added docs for new tags

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  c3e999b   TS-4519 Added docs for new tags
c3e999b is described below

commit c3e999b1a3d3d9132955a3e4e7ed0cbf4993ad6d
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Sat Jul 2 16:37:38 2016 -0600

    TS-4519 Added docs for new tags
---
 doc/admin-guide/monitoring/logging/log-formats.en.rst | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/doc/admin-guide/monitoring/logging/log-formats.en.rst b/doc/admin-guide/monitoring/logging/log-formats.en.rst
index df13106..4875a3e 100644
--- a/doc/admin-guide/monitoring/logging/log-formats.en.rst
+++ b/doc/admin-guide/monitoring/logging/log-formats.en.rst
@@ -532,6 +532,18 @@ The following list describes |TS| custom logging fields.
     The client request unmapped URL host. This field records a URL's
     host before it is remapped (reverse proxy mode).
 
+.. crid:
+
+``crid``
+    This is the sequence number of this client request. This starts over at
+    ``0`` on every server restart.
+
+.. cruuid:
+``cruuid`
+    This is a UUID for the client request, uniquely identifying this
+    transaction. This is actually a concatenation of the ``puuid`` and the
+    ``crid``.
+
 .. _cluc:
 
 ``cluc``
@@ -615,6 +627,12 @@ The following list describes |TS| custom logging fields.
     request to the origin server was successfully completed (``FIN``),
     interrupted (``INTR``) or timed out (``TIMEOUT``).
 
+.. puuid:
+
+``puuid``
+    A UUID unique for the currently running :program:`traffic_server`
+    process. This is generated on every server startup.
+
 .. _phn:
 
 ``phn``

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].