• 
      

    Replacing non-named usages to use names logging in files in reviewboard.notifications

    Review Request #11396 — Created Jan. 22, 2021 and submitted — Latest diff uploaded

    Information

    Review Board
    master

    Reviewers

    This commit is replacing non-named usages in reviewboard/notifications to use
    named logging instead. The purpose of this change is to automatically include
    more information about the module where the logging message came from so that
    the messages can be of more use when diagnosing problems from logs.

    I ran the unit tests under reviewboard/notifications/tests by running
    ./tests/runtests.py reviewboard.notifications.tests and confirmed that all
    162 tests ran without fail.

    Commits

    Files