maskit commented on issue #9343:
URL: https://github.com/apache/trafficserver/issues/9343#issuecomment-1410883580

   There are some code for QLog already but I'm not sure if it's working.
   
   ```
   $ git grep qlog  | grep quiche
   iocore/net/QUICPacketHandler_quiche.cc:    if (params->qlog_dir() != 
nullptr) {
   iocore/net/QUICPacketHandler_quiche.cc:      char qlog_filepath[PATH_MAX];
   iocore/net/QUICPacketHandler_quiche.cc:      sprintf(qlog_filepath, 
"%s/%.*s.sqlog", Layout::get()->relative(params->qlog_dir()).c_str(),
   iocore/net/QUICPacketHandler_quiche.cc:      
quiche_conn_set_qlog_path(quiche_con, qlog_filepath, "ats", "");
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to