brbzull0 opened a new pull request, #11626:
URL: https://github.com/apache/trafficserver/pull/11626

   We can now set a debug mode at runtime by using a single traffic_ctl command 
and without the need to set all the records individually. 
   
   Example:
   
   Enable  and leave the tags unchanged
   
   ```
   traffic_ctl server debug enable 
   ```
   Enable debug  for the following tags
   ```
   traffic_ctl server debug enable --tags quiche
   ```
   
   Enable debug for the specified ip
   ```
   traffic_ctl server debug enable -c 1.1.1.1
   ```
   
   Disable logging.
   
   ```
   traffic_ctl server debug disable
   ```
   
   Before you needed to set up three different records to achieve what you so 
in a single line.
   
   
   


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