We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 643b569 + 5342044 commit 1f4f4c7Copy full SHA for 1f4f4c7
src/e3/log.py
@@ -41,7 +41,13 @@
41
# e3.main. This limitation can be bypassed by explicitely set back the
42
# logging level to DEBUG: logging.getLogger(module).setLevel(logging.DEBUG)
43
# after parsing the arguments.
44
-NO_DEBUG_LOGGING_MODULES = ["boto3", "botocore", "requests", "urllib3"]
+NO_DEBUG_LOGGING_MODULES = [
45
+ "boto3",
46
+ "botocore",
47
+ "requests",
48
+ "requests_cache",
49
+ "urllib3",
50
+]
51
52
53
# Default output stream (sys.stdout by default, or a file descriptor if
0 commit comments