diff --git a/mvw-dl.py b/mvw-dl.py index 1213603..5e279d8 100644 --- a/mvw-dl.py +++ b/mvw-dl.py @@ -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)