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.

Diff Revision 1

This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.

orig
1
2

Commits

First Last 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
reviewboard/accounts/managers.py
reviewboard/accounts/pages.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...