Skip to content

Commit aaff161

Browse files
rzatsmelange396
andauthored
Add auth logging
Co-authored-by: george <[email protected]>
1 parent 4f3370e commit aaff161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/delphi_epidata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def _request_with_retry(endpoint, params={}):
7979
"""Make request with a retry if an exception is thrown."""
8080
request_url = f"{Epidata.BASE_URL}/{endpoint}/"
8181
if Epidata.debug:
82-
Epidata.logger.info("Sending GET request", url=request_url, params=params, headers=_HEADERS)
82+
Epidata.logger.info("Sending GET request", url=request_url, params=params, headers=_HEADERS, auth=Epidata.auth)
8383
if Epidata.sandbox:
8484
resp = requests.Response()
8585
resp._content = b'true'

0 commit comments

Comments
 (0)