We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a0270 commit b0db207Copy full SHA for b0db207
src/log.py
@@ -2,6 +2,9 @@
2
import logging
3
import sys
4
5
+# Temporary to help debug httpx S3 connection issue in AWS
6
+logging.getLogger("httpx").setLevel("DEBUG")
7
+
8
9
def get_logger(logger_name):
10
logger = logging.getLogger(logger_name)
0 commit comments