Cosmetics, lower urllib3.connectionpool log level back to WARNING
This commit is contained in:
parent
4809846edf
commit
5eff7876bc
@ -134,7 +134,7 @@ log = logging.getLogger("rich")
|
|||||||
# Our own code logs with this level
|
# Our own code logs with this level
|
||||||
log.setLevel(logging.DEBUG)
|
log.setLevel(logging.DEBUG)
|
||||||
# connectionpool and filelock log with WARNING, we don't need its verbosity
|
# 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)
|
logging.getLogger("filelock").setLevel(logging.WARNING)
|
||||||
install(show_locals=True)
|
install(show_locals=True)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user