Cosmetics, lower urllib3.connectionpool log level back to WARNING

This commit is contained in:
hygienic-books 2022-03-20 02:25:39 +01:00
parent 4809846edf
commit 5eff7876bc

View File

@ -134,7 +134,7 @@ log = logging.getLogger("rich")
# Our own code logs with this level
log.setLevel(logging.DEBUG)
# connectionpool and filelock log with WARNING, we don't need its verbosity
# logging.getLogger("urllib3.connectionpool").setLevel(logging.WARNING)
logging.getLogger("urllib3.connectionpool").setLevel(logging.WARNING)
logging.getLogger("filelock").setLevel(logging.WARNING)
install(show_locals=True)