Skip to content

Commit 93fab1c

Browse files
committed
Add HTTPX_LOG_LEVEL=trace to dockerfile
1 parent ea716f9 commit 93fab1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/sdk/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM python:3.9.14
22

33
ENV PYTHONPATH=${PYTHONPATH}:${PWD}
44
ENV _TYPER_STANDARD_TRACEBACK=1
5+
ENV HTTPX_LOG_LEVEL=trace
56

67
COPY pyproject.toml ./pyproject.toml
78
COPY poetry.lock ./poetry.lock

0 commit comments

Comments
 (0)