The request_id passing was moved to Rails middleware as part of #17830.
authorWard Vandewege <ward@curii.com>
Tue, 28 Sep 2021 18:25:42 +0000 (14:25 -0400)
committerWard Vandewege <ward@curii.com>
Wed, 6 Oct 2021 12:59:52 +0000 (08:59 -0400)
commit8fc8df8ca7e26ba757df0ac65cbd3a13bac3b01f
tree4379728f7bf84274a302bac3c9c1713e2c050d27
parent80889a19da3aacccc3ebcdfba73d037a54794b98
The request_id passing was moved to Rails middleware as part of #17830.
Unfortunately, in that process the logging of the request_id parameter
in the rails logs was broken. This commit fixes that.

refs #17830

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>
services/api/app/controllers/application_controller.rb