mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-04-25 19:28:23 +00:00
Clear-text logging of sensitive information (#732)
This commit is contained in:
parent
7ec9e45702
commit
e1772d52a9
@ -54,8 +54,8 @@ class InfoQuestClient:
|
||||
# Log request details
|
||||
logger.debug(
|
||||
"InfoQuest Crawler request prepared: endpoint=https://reader.infoquest.bytepluses.com, "
|
||||
"format=%s, has_api_key=%s",
|
||||
data.get("format"), self.api_key_set
|
||||
"format=%s",
|
||||
data.get("format")
|
||||
)
|
||||
|
||||
logger.debug("Sending crawl request to InfoQuest API")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user