You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/06/27 18:14:52 UTC

[jira] [Commented] (TS-4519) Add new log tags for the Process UUID + HttpSM ID

    [ https://issues.apache.org/jira/browse/TS-4519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15351510#comment-15351510 ] 

ASF GitHub Bot commented on TS-4519:
------------------------------------

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 <zw...@apache.org>
Date:   2016-06-13T21:47:38Z

    TS-4519 Adds a new log tag, %<crid> for the sm_id

commit bb4749e1f71e60dea681730dc53228a983884ccc
Author: Leif Hedstrom <zw...@apache.org>
Date:   2016-06-14T17:10:27Z

    TS-4519 Adds a new log tag, %<puuid> for the process UUID

commit 00cf0f13322fcea1a1b028f46df5221ec0e23665
Author: Leif Hedstrom <zw...@apache.org>
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).

----


> Add new log tags for the Process UUID + HttpSM ID
> -------------------------------------------------
>
>                 Key: TS-4519
>                 URL: https://issues.apache.org/jira/browse/TS-4519
>             Project: Traffic Server
>          Issue Type: New Feature
>          Components: Logging
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 7.0.0
>
>
> This depends on the feature in TS-4518.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)