Skip to content

Commit b0db207

Browse files
committed
Temporary logging to help debugging
1 parent c1a0270 commit b0db207

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/log.py

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
import logging
33
import sys
44

5+
# Temporary to help debug httpx S3 connection issue in AWS
6+
logging.getLogger("httpx").setLevel("DEBUG")
7+
58

69
def get_logger(logger_name):
710
logger = logging.getLogger(logger_name)

0 commit comments

Comments
 (0)