mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-15 19:22:19 +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);
|
||||
}
|
||||
|
||||
const _logger = logger.child({ module: "ScrapeURL", scrapeId: id });
|
||||
const _logger = logger.child({ module: "ScrapeURL", scrapeId: id, scrapeURL: url });
|
||||
const logs: any[] = [];
|
||||
|
||||
return {
|
||||
|
|
Loading…
Reference in New Issue
Block a user