Actions
Feature #25619
closedFirst line of a request transaction (Started GET...) does not contain request id
Difficulty:
trivial
Triaged:
Yes
Bugzilla link:
Pull request:
Description
This is due to ordering of middleware. We need to insert our logging MDC middleware before ::Rails::Rack::Logger via config.middleware.insert_before(existing_middleware, new_middleware, args) - see for more: https://guides.rubyonrails.org/rails_on_rack.html#configuring-middleware-stack
Updated by The Foreman Bot about 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6315 added
Updated by Lukas Zapletal about 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset f1f369aba173654314a51ebf153ae33da19cb6fd.
Actions