GitHub user danobi opened a pull request:
https://github.com/apache/trafficserver/pull/1210
Create log_requests plugin
This plugin records status line & headers for all 4xx/5xx response
transactions. Also included is a blacklist feature to omit any
specific response code transactions. eg. you can choose to not
log transactions with response code 415.
See included README for instructions.
Next steps:
- Include plugin flag to also log proxy request/responses
- Use more robust option parsing
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/danobi/trafficserver log_requests
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/1210.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1210
----
commit 44ea7eca11f043f24be3c75dab9aa9c391efc2bc
Author: Daniel Xu <[email protected]>
Date: 2016-11-07T22:54:41Z
Create log_requests plugin
This plugin records status line & headers for all 4xx/5xx response
transactions. Also included is a blacklist feature to omit any
specific response code transactions. eg. you can choose to not
log transactions with response code 415.
See included README for instructions.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---