rob05c opened a new pull request #6386: URL: https://github.com/apache/trafficcontrol/pull/6386
This specifically came out of issues we were having with intermediary HTTP caches being configured to cache too long. Right now, there's no way to figure that out from the t3c/cache side. This adds a log for the Age header in all TO responses, to make it easy to determine and diagnose caching issues in production. It also adds other response info to the log, to aid operational debugging. No changelog, no docs, the details of t3c log lines aren't documented. Includes tests. ## Which Traffic Control components are affected by this PR? - Traffic Control Cache Config (T3C, formerly ORT) - ## What is the best way to verify this PR? Run t3c, observe `requestinfo path=a ip=b code=c, date="d" age=e` log lines. ## If this is a bugfix, which Traffic Control versions contained the bug? Not a bug fix. ## PR submission checklist - [x] This PR has tests <!-- If not, please delete this text and explain why this PR does not need tests. --> - [x] This PR has documentation <!-- If not, please delete this text and explain why this PR does not need documentation. --> - [x] This PR has a CHANGELOG.md entry <!-- A fix for a bug from an ATC release, an improvement, or a new feature should have a changelog entry. --> - [x] This PR **DOES NOT FIX A SERIOUS SECURITY VULNERABILITY** (see [the Apache Software Foundation's security guidelines](https://apache.org/security) for details) -- 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]
