Use named logging in accounts module

Review Request #11965 — Created Jan. 21, 2022 and submitted — Latest diff uploaded

Information

Review Board
release-4.0.x

Reviewers

This commit fixes bug #4898 by replacing uses of logging functions
with functions on a named Logger object in each file of the accounts
module.

Ran unit tests in reviewboard.accounts.tests.

Changes between revision 1 and 2

orig
1
2

Commits

Summary ID Author
Use named logging in accounts module
This commit fixes bug #4898 by replacing uses of `logging` functions with functions on a named `Logger` object in each file of the accounts module.
4891fa1dc164b3747350f027d840b4bdde6d4568 Kyle McLean
Fix indentation in logging changes of accounts module
55bd49f4364ada0de666eec448bbeb4e502110b2 Kyle McLean
reviewboard/accounts/managers.py
reviewboard/accounts/views.py
reviewboard/accounts/backends/registry.py
reviewboard/accounts/backends/standard.py
reviewboard/accounts/backends/x509.py
reviewboard/accounts/forms/pages.py
Loading...