Switch to named loggers for the admin module
Review Request #11399 — Created Jan. 23, 2021 and submitted
Give name to logging module so that the logging mechanism automatically
includes information about the module where the logging message came
from which can be handy when diagnosing problems from logs.
./tests/runtests.py reviewboard.admin.tests
passed all tests.
CL
- Bugs:
CL
- Summary:
-
Fixed named logging in source moduleSwitch to named loggers for the admin module
- Description:
-
~ Give name to logging module so that the logging mechanism automatically includes information about the module where the logging message came from which can be handy when diagnosing problems from logs.
~ Give name to logging module so that the logging mechanism automatically
+ includes information about the module where the logging message came + from which can be handy when diagnosing problems from logs.