Change method of passing request into logging methods.

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

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.

Summary ID
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
Description From Last Updated

undefined name 'request' Column: 48 Error code: F821

reviewbotreviewbot

undefined name 'request' Column: 48 Error code: F821

reviewbotreviewbot
Checks run (1 failed, 1 succeeded)
flake8 failed.
JSHint passed.

flake8

david
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (6df8981)
Loading...