Use named logging in accounts module
Review Request #11965 — Created Jan. 21, 2022 and submitted — Latest diff uploaded
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
.