Use named logging in accounts module
Review Request #11965 — Created Jan. 21, 2022 and submitted
Information | |
---|---|
kylemclean | |
Review Board | |
release-4.0.x | |
4898 | |
Reviewers | |
reviewboard | |
This commit fixes bug #4898 by replacing uses of
logging
functions
with functions on a namedLogger
object in each file of the accounts
module.
Ran unit tests in
reviewboard.accounts.tests
.
Summary | |
---|---|
Description | From | Last Updated |
---|---|---|
Please put the bug number into the "Bugs" field rather than the description. |
|
|
These lines need to be dedented by 1 space to match. |
|
|
These lines need to be dedented by 1 space to match. |
|
|
These lines need to be dedented by 1 space to match. |
|
|
These lines need to be dedented by 1 space to match. |
|
|
While we're in here, let's change these strings to use single quotes around the outside, and double quotes on the … |
|
|
This line needs to be dedented by 1 space to match. |
|
|
This line needs to be dedented by 1 space to match. |
|
|
These lines need to be dedented by 1 space to match. |
|
|
These lines need to be dedented by 1 space to match. |
|
|
These lines need to be dedented by 1 space to match. |
|
|
These lines need to be dedented by 1 space to match. |
|
|
This line needs to be dedented by 1 space to match. |
|
|
This line needs to be dedented by 1 space to match. |
|
|
These lines need to be dedented by 1 space to match. |
|
|
These lines need to be dedented by 1 space to match. |
|
-
-
-
reviewboard/accounts/backends/registry.py (Diff revision 1) These lines need to be dedented by 1 space to match.
-
reviewboard/accounts/backends/registry.py (Diff revision 1) These lines need to be dedented by 1 space to match.
-
reviewboard/accounts/backends/standard.py (Diff revision 1) These lines need to be dedented by 1 space to match.
-
reviewboard/accounts/backends/standard.py (Diff revision 1) These lines need to be dedented by 1 space to match.
-
reviewboard/accounts/backends/x509.py (Diff revision 1) While we're in here, let's change these strings to use single quotes around the outside, and double quotes on the inside.
-
reviewboard/accounts/backends/x509.py (Diff revision 1) This line needs to be dedented by 1 space to match.
-
reviewboard/accounts/backends/x509.py (Diff revision 1) This line needs to be dedented by 1 space to match.
-
reviewboard/accounts/forms/pages.py (Diff revision 1) These lines need to be dedented by 1 space to match.
-
reviewboard/accounts/forms/pages.py (Diff revision 1) These lines need to be dedented by 1 space to match.
-
reviewboard/accounts/forms/pages.py (Diff revision 1) These lines need to be dedented by 1 space to match.
-
reviewboard/accounts/forms/pages.py (Diff revision 1) These lines need to be dedented by 1 space to match.
-
reviewboard/accounts/managers.py (Diff revision 1) This line needs to be dedented by 1 space to match.
-
reviewboard/accounts/managers.py (Diff revision 1) This line needs to be dedented by 1 space to match.
-
reviewboard/accounts/views.py (Diff revision 1) These lines need to be dedented by 1 space to match.
-
reviewboard/accounts/views.py (Diff revision 1) These lines need to be dedented by 1 space to match.
Change Summary:
- Fix indentation in logging changes of acconuts module.
- Make the requested change to replace the double-quoted string with a single-quoted string.
Commits: |
|
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+122 -82) |