summaryrefslogtreecommitdiff
path: root/src/pip/_internal/utils/_log.py
Commit message (Collapse)AuthorAgeFilesLines
* use setLoggerClass to define log.verboseMin RK2021-06-111-0/+38
loaded in pip._internals.__init__ must use utils.logging.getLogger to get the right type annotation instead of logging.getLogger, despite no actual difference in behavior