Change method of passing request into logging methods.

Review Request #13632 — Created March 15, 2024 and submitted — Latest diff uploaded

Information

rbintegrations
master

Reviewers

In order to avoid typechecking warnings, we've changed the official way
of passing the request into the logger to use the extra argument
instead of our own custom arg. This change updates rbintegrations to use
that.

Ran unit tests, no longer saw deprecation warnings.

Commits

Files

    Loading...