improved logger
This commit is contained in:
parent
e8485dd140
commit
0f510bfa33
9 changed files with 110 additions and 1250 deletions
|
|
@ -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)
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue