Skip to content

Commit 1f4f4c7

Browse files
committed
Merge branch 'mr/cardao/issue-63' into 'master'
Remove requests_cache module logging Closes #63 See merge request it/e3-core!176
2 parents 643b569 + 5342044 commit 1f4f4c7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/e3/log.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,13 @@
4141
# e3.main. This limitation can be bypassed by explicitely set back the
4242
# logging level to DEBUG: logging.getLogger(module).setLevel(logging.DEBUG)
4343
# after parsing the arguments.
44-
NO_DEBUG_LOGGING_MODULES = ["boto3", "botocore", "requests", "urllib3"]
44+
NO_DEBUG_LOGGING_MODULES = [
45+
"boto3",
46+
"botocore",
47+
"requests",
48+
"requests_cache",
49+
"urllib3",
50+
]
4551

4652

4753
# Default output stream (sys.stdout by default, or a file descriptor if

0 commit comments

Comments
 (0)