mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-05 08:20:41 +08:00
fix(scrapeURL): don't log engineResult
This commit is contained in:
parent
3815d24628
commit
f42740a109
@ -189,7 +189,7 @@ async function scrapeURLLoop(
|
|||||||
// we cannot just rely on text because error messages can be brief and not hit the limit
|
// we cannot just rely on text because error messages can be brief and not hit the limit
|
||||||
// should we just use all the fallbacks and pick the one with the longest text? - mogery
|
// should we just use all the fallbacks and pick the one with the longest text? - mogery
|
||||||
if (isLongEnough || !isGoodStatusCode) {
|
if (isLongEnough || !isGoodStatusCode) {
|
||||||
meta.logger.info("Scrape via " + engine + " deemed successful.", { factors: { isLongEnough, isGoodStatusCode, hasNoPageError }, engineResult });
|
meta.logger.info("Scrape via " + engine + " deemed successful.", { factors: { isLongEnough, isGoodStatusCode, hasNoPageError } });
|
||||||
result = {
|
result = {
|
||||||
engine,
|
engine,
|
||||||
unsupportedFeatures,
|
unsupportedFeatures,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user