[
https://issues.apache.org/jira/browse/TS-3911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14744007#comment-14744007
]
ASF GitHub Bot commented on TS-3911:
------------------------------------
Github user zwoop commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/293#discussion_r39430575
--- Diff: proxy/logging/Log.cc ---
@@ -478,7 +478,7 @@ Log::init_fields()
global_field_list.add(field, false);
ink_hash_table_insert(field_symbol_hash, "cqtr", field);
- field = new LogField("client_req_ssl_reused", "cqssl", LogField::dINT,
&LogAccess::marshal_client_req_is_ssl,
+ field = new LogField("client_req_is_ssl", "cqssl", LogField::dINT,
&LogAccess::marshal_client_req_is_ssl,
--- End diff --
+1
> Create log tag for whether proxy to server connection is ssl
> ------------------------------------------------------------
>
> Key: TS-3911
> URL: https://issues.apache.org/jira/browse/TS-3911
> Project: Traffic Server
> Issue Type: New Feature
> Components: Logging
> Reporter: Eric Schwartz
>
> Want to add a log tag identifying whether the connection between the proxy
> and origin is over SSL. We have a similar tag for the client connection.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)