improved logger

This commit is contained in:
Bojan Kucera 2025-06-07 10:07:49 -04:00
parent e8485dd140
commit 0f510bfa33
9 changed files with 110 additions and 1250 deletions

View file

@ -107,7 +107,8 @@ async function demonstrateCustomProxySource() {
sourceCount: customSources.length
});
} catch (error) {
logger.error('❌ Custom source scraping failed', error, {
logger.error('❌ Custom source scraping failed',{
error: error as Error,
sourceUrls: customSources.map(s => s.url)
});
}