From edb40d75c18ef88ad64ae91889380ed5e1294bd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20M=C3=B3ricz?= Date: Tue, 15 Apr 2025 01:46:31 -0700 Subject: [PATCH] log session ID --- apps/api/src/scraper/scrapeURL/lib/smartScrape.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/src/scraper/scrapeURL/lib/smartScrape.ts b/apps/api/src/scraper/scrapeURL/lib/smartScrape.ts index 1afe663a..7ccebe75 100644 --- a/apps/api/src/scraper/scrapeURL/lib/smartScrape.ts +++ b/apps/api/src/scraper/scrapeURL/lib/smartScrape.ts @@ -51,7 +51,7 @@ export async function smartScrape( sessionId?: string, ): Promise { try { - logger.info("Initiating smart scrape request", { url, prompt }); + logger.info("Initiating smart scrape request", { url, prompt, sessionId }); // Pass schema type as generic parameter to robustFeth const response = await robustFetch({