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

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

Github user ericcarlschwartz commented on a diff in the pull request:

    https://github.com/apache/trafficserver/pull/293#discussion_r39430482
  
    --- 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 --
    
    @zwoop this look good?


> 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)

Reply via email to