[
https://issues.apache.org/jira/browse/TS-4967?focusedWorklogId=30616&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-30616
]
ASF GitHub Bot logged work on TS-4967:
--------------------------------------
Author: ASF GitHub Bot
Created on: 13/Oct/16 20:36
Start Date: 13/Oct/16 20:36
Worklog Time Spent: 10m
Work Description: Github user SolidWallOfCode commented on a diff in the
pull request:
https://github.com/apache/trafficserver/pull/1107#discussion_r83306042
--- 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 --
Sure, why not?
Issue Time Tracking
-------------------
Worklog Id: (was: 30616)
Time Spent: 50m (was: 40m)
> 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: 50m
> 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)