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>
Tue, 28 Sep 2021 18:25:42 +0000 (14:25 -0400)
commitdcd77dd78f89a225cc9bcefc1930f8a54bc62791
treede2ef411c639c605b5ba16d30146836d0c886d05
parentc1761800f4c183439a32fb5e74b2f4a410911b66
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