Feature #15874
Log X-Request-ID by default
Description
The default log configuration of the smart proxy should log the contents of the X-Request-ID header if it's set, which will help debugging as Foreman (or other users) can set it when making requests. This will make it easier to search logs for relevant entries.
Foreman does something similar (but with the session ID) since #15863.
Related issues
Associated revisions
History
#1
Updated by Dominic Cleal almost 7 years ago
- Related to Feature #10982: Add logging to smart proxy requests (ProxyAPI) added
#2
Updated by Dominic Cleal almost 7 years ago
- Has duplicate Feature #15877: Print session/request id in foreman-proxy logs added
#3
Updated by Lukas Zapletal almost 7 years ago
Make sure this gets recorded in structured format in logger buffer as well, so we can easily pull out logs (e.g. errors) via the API and show them.
#4
Updated by Anonymous over 6 years ago
- Status changed from New to Assigned
- Assignee set to Anonymous
#5
Updated by Anonymous over 6 years ago
- Target version set to 1.3.2
#6
Updated by The Foreman Bot over 6 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/smart-proxy/pull/475 added
#7
Updated by Anonymous over 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset b39011ebe34b83442bb8c256dd400f494f235389.
#8
Updated by Dominic Cleal over 6 years ago
- Legacy Backlogs Release (now unused) set to 189
#9
Updated by Dominic Cleal over 6 years ago
- Related to Bug #18115: Smart proxy - 1.14 - Windows - uninitialized constant error added
Fixes #15874 - added logging of 'X_REQUEST_ID' http headers