mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-06 00:56:01 +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…
x
Reference in New Issue
Block a user