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.

Diff Revision 2 (Latest)

orig
1
2

Commits

First Last Summary ID Author
Change method of passing request into logging methods.
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. Testing Done: Ran unit tests, no longer saw deprecation warnings.
c931a3f54a99146c2f44d2fe0a29636a24e0d446 David Trowbridge
rbintegrations/circleci/views.py
rbintegrations/travisci/forms.py
rbintegrations/travisci/views.py
Loading...