You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/06/15 21:42:06 UTC

[GitHub] [trafficserver] bneradt opened a new pull request #7943: Use proxy.config.log.hostname for rotated log filenames

bneradt opened a new pull request #7943:
URL: https://github.com/apache/trafficserver/pull/7943


   When ATS rotates logs it includes the hostname in the rotated log
   filename.  The user has the ability to set the hostname via
   'proxy.config.log.hostname', however ATS did not respected this
   configuration parameter when naming the rotated log file.  Rather, ATS
   always used the result of gethostname().  This fixes the log rotation
   mechanism so that if the user sets 'proxy.config.log.hostname' to a
   non-default value, then ATS will use that when naming the rotated log
   filename.
   
   ---
   
   This fixes #7922.
   
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [trafficserver] bneradt merged pull request #7943: Use proxy.config.log.hostname for rotated log filenames

Posted by GitBox <gi...@apache.org>.
bneradt merged pull request #7943:
URL: https://github.com/apache/trafficserver/pull/7943


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org