Finish changing logging to logger in modules reviews, webapi and ssh.
Review Request #11397 — Created Jan. 22, 2021 and submitted — Latest diff uploaded
Change from
logging
tologger
because we wish to see the information about the module where the logging message came from so that it's easier to diagnosing problems.
I changedlogging
tologger
in modulesreviews
,webapi
andssh
.
Test using the tests in the
reviews
,webapi
andssh
modules' repositories. Using the following commands:./tests/runtests.py reviewboard.reviews.tests ./tests/runtests.py reviewboard.webapi.tests ./tests/runtests.py reviewboard.ssh.tests
All three test sets are passed.