mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 11:42:24 +08:00
feat(scrapeURL): log URL for easy searching
This commit is contained in:
parent
e95b6656fa
commit
9f8b8c190f
|
@ -95,7 +95,7 @@ function buildMetaObject(id: string, url: string, options: ScrapeOptions, intern
|
||||||
internalOptions = Object.assign(internalOptions, specParams.internalOptions);
|
internalOptions = Object.assign(internalOptions, specParams.internalOptions);
|
||||||
}
|
}
|
||||||
|
|
||||||
const _logger = logger.child({ module: "ScrapeURL", scrapeId: id });
|
const _logger = logger.child({ module: "ScrapeURL", scrapeId: id, scrapeURL: url });
|
||||||
const logs: any[] = [];
|
const logs: any[] = [];
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user