Change method of passing request into logging methods.
Review Request #13632 — Created March 15, 2024 and submitted
In order to avoid typechecking warnings, we've changed the official way
of passing the request into the logger to use theextra
argument
instead of our own custom arg. This change updates rbintegrations to use
that.
Ran unit tests, no longer saw deprecation warnings.