chore: add some debug log

This commit is contained in:
fatelei 2026-05-11 17:51:48 +08:00
parent 9e8108839e
commit 93baab3cec
No known key found for this signature in database
GPG Key ID: 2F91DA05646F4EED

View File

@ -66,6 +66,7 @@ class BaseRequest:
continue
headers[key] = value
url = f"{cls.base_url}{endpoint}"
logger.info(f"Sending request to {url}")
# mounts = cls._build_mounts()
try: