mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 00:33:37 +08:00
chore: add some debug log
This commit is contained in:
parent
9e8108839e
commit
93baab3cec
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user