[
https://issues.apache.org/jira/browse/TS-3560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14561665#comment-14561665
]
ASF GitHub Bot commented on TS-3560:
------------------------------------
Github user SolidWallOfCode commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/204#discussion_r31177159
--- Diff: plugins/experimental/ts_lua/ts_lua_http_config.c ---
@@ -81,7 +81,8 @@ typedef enum {
TS_LUA_CONFIG_HTTP_CACHE_FUZZ_PROBABILITY =
TS_CONFIG_HTTP_CACHE_FUZZ_PROBABILITY,
TS_LUA_CONFIG_NET_SOCK_PACKET_MARK_OUT =
TS_CONFIG_NET_SOCK_PACKET_MARK_OUT,
TS_LUA_CONFIG_NET_SOCK_PACKET_TOS_OUT =
TS_CONFIG_NET_SOCK_PACKET_TOS_OUT,
- TS_LUA_CONFIG_LAST_ENTRY = TS_CONFIG_LAST_ENTRY
+ TS_LUA_CONFIG_LAST_ENTRY = TS_CONFIG_LAST_ENTRY,
--- End diff --
This needs to be the last entry.
> Make proxy.config.http.slow.log.threshold overridable
> -----------------------------------------------------
>
> Key: TS-3560
> URL: https://issues.apache.org/jira/browse/TS-3560
> Project: Traffic Server
> Issue Type: Improvement
> Components: Configuration
> Reporter: David Carlin
> Assignee: Alan M. Carroll
> Fix For: 6.0.0
>
>
> Please make proxy.config.http.slow.log.threshold configurable via conf_remap
> - we want to be able to enable it on a per-remap basis.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)