maubin got a fish trophy!
Replace non-named logging with named logging for reviewboard.diffviewer
Review Request #11811 — Created Sept. 17, 2021 and submitted — Latest diff uploaded
While reviewboard.diffviewer already uses some named logging, this commit
replaces all other usages of non-named logging with named logging instead.Switching to named logging allows the logging mechanism to automatically
include information about the module and where the logging message came
from.
Ran unit tests for reviewboard.diffviewer and passed all tests.