Skip to content

Commit 4b8a6f6

Browse files
committed
Update cfapi.py
1 parent 7fb0f53 commit 4b8a6f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codeflash/api/cfapi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def make_cfapi_request(
4141
:return: The response object from the API.
4242
"""
4343
url = f"{CFAPI_BASE_URL}/cfapi{endpoint}"
44+
logger.info(f"Making {method} request to {url}")
4445
cfapi_headers = {"Authorization": f"Bearer {get_codeflash_api_key()}"}
4546
if extra_headers:
4647
cfapi_headers.update(extra_headers)

0 commit comments

Comments
 (0)