GitHub user zwoop opened a pull request:
https://github.com/apache/trafficserver/pull/743
TS-4519 This adds three new log formats, using new UUID APIs.
Three commits (one for each log-tag):
* TS-4519 Adds a new log tag, %<crid> for the sm_id
* TS-4519 Adds a new log tag, %<puuid> for the process UUID
* TS-4519 Adds a new log tag, %<cruuid> client_req unique ID
This is in reality just a concatenation of %<puiid>-%<crid>, but
is convenient to have, and also assures consistency with other
features (e.g. header_rewrite, and Debug() in the HttpSM).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zwoop/trafficserver TS-4519
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/743.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 #743
----
commit a460c485637787ef4e1bc87480113d91aceb2ff1
Author: Leif Hedstrom <[email protected]>
Date: 2016-06-13T21:47:38Z
TS-4519 Adds a new log tag, %<crid> for the sm_id
commit bb4749e1f71e60dea681730dc53228a983884ccc
Author: Leif Hedstrom <[email protected]>
Date: 2016-06-14T17:10:27Z
TS-4519 Adds a new log tag, %<puuid> for the process UUID
commit 00cf0f13322fcea1a1b028f46df5221ec0e23665
Author: Leif Hedstrom <[email protected]>
Date: 2016-06-14T17:27:31Z
TS-4519 Adds a new log tag, %<cruuid> client_req unique ID
This is in reality just a concatenation of %<puiid>-%<crid>, but
is convenient to have, and also assures consistency with other
features (e.g. header_rewrite, and Debug() in the HttpSM).
----
---
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.
---