feat(scrapeURL): log URL for easy searching
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user