mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-22 05:34:45 +08:00
Clear-text logging of sensitive information (#732)
This commit is contained in:
@@ -54,8 +54,8 @@ class InfoQuestClient:
|
|||||||
# Log request details
|
# Log request details
|
||||||
logger.debug(
|
logger.debug(
|
||||||
"InfoQuest Crawler request prepared: endpoint=https://reader.infoquest.bytepluses.com, "
|
"InfoQuest Crawler request prepared: endpoint=https://reader.infoquest.bytepluses.com, "
|
||||||
"format=%s, has_api_key=%s",
|
"format=%s",
|
||||||
data.get("format"), self.api_key_set
|
data.get("format")
|
||||||
)
|
)
|
||||||
|
|
||||||
logger.debug("Sending crawl request to InfoQuest API")
|
logger.debug("Sending crawl request to InfoQuest API")
|
||||||
|
|||||||
Reference in New Issue
Block a user