[ 
https://issues.apache.org/jira/browse/TS-4967?focusedWorklogId=30615&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-30615
 ]

ASF GitHub Bot logged work on TS-4967:
--------------------------------------

                Author: ASF GitHub Bot
            Created on: 13/Oct/16 20:33
            Start Date: 13/Oct/16 20:33
    Worklog Time Spent: 10m 
      Work Description: Github user jpeach commented on a diff in the pull 
request:

    https://github.com/apache/trafficserver/pull/1107#discussion_r83305165
  
    --- Diff: plugins/experimental/header_freq/header_freq.cc ---
    @@ -46,18 +46,15 @@ static std::map<std::string, unsigned int> client_freq;
     static std::map<std::string, unsigned int> origin_freq;
     
     // for traffic_ctl, name is a convenient identifier
    -static const char *ctl_tag = plugin_name;
    -static const char *ctl_log = "log"; // log all data
    +static const char *ctl_tag              = plugin_name;
    +static const char CONTROL_MSG_LOG[]     = "log"; // log all data
    +static const size_t CONTROL_MSG_LOG_LEN = sizeof(CONTROL_MSG_LOG) - 1;
    --- End diff --
    
    Might as well move everything into the anonymous namespace?


Issue Time Tracking
-------------------

    Worklog Id:     (was: 30615)
    Time Spent: 40m  (was: 0.5h)

> header_frequency plugin should allow logging data to a specific file
> --------------------------------------------------------------------
>
>                 Key: TS-4967
>                 URL: https://issues.apache.org/jira/browse/TS-4967
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Plugins
>            Reporter: Alan M. Carroll
>            Assignee: Alan M. Carroll
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Extend the command option to the plugin to specify an output file.



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

Reply via email to