jenkinsci / jenkinsci/support-core-plugin
[JENKINS-21595] Include recent access logs
- Dominant language
- Java
- Stars
- 19
- Forks
- 77
- Avg merge
- 17h 53m
- Merged PRs (30d)
- 3
Description
Since Jenkins bugs sometimes involve 404s or similar problems especially from AJAX requests, or performance issues caused by excessive REST API calls, it would be useful for a support bundle to include something like a web server's access log, probably just for the past 100 or so requests. Minimally it should display the request URI and the response status code.
(I am assuming it is possible to capture requests in an early servlet filter, as the Monitoring plugin does.)
---
Originally reported by
jglick, imported from: Include recent access logs
Raw content of original issue
Since Jenkins bugs sometimes involve 404s or similar problems especially from AJAX requests, or performance issues caused by excessive REST API calls, it would be useful for a support bundle to include something like a web server's access log, probably just for the past 100 or so requests. Minimally it should display the request URI and the response status code.
(I am assuming it is possible to capture requests in an early servlet filter, as the Monitoring plugin does.)
Contributor guide
Assessment
This issue has not been assessed yet.