How can I override the default logs of Crawlee?
Hello I wonder how to override the default logs of crawler, this is how it looks:
This logs came from basic-crawle library: (https://github.com/apify/crawlee/blob/3ffcf56d744ac527ed8d883be3b1a62356a5930c/packages/basic-crawler/src/internals/basic-crawler.ts#L891)
I am using Playwright, and thats how I mange to override default logs with my custom like that:
and thats how I use them:
This logs came from basic-crawle library: (https://github.com/apify/crawlee/blob/3ffcf56d744ac527ed8d883be3b1a62356a5930c/packages/basic-crawler/src/internals/basic-crawler.ts#L891)
I am using Playwright, and thats how I mange to override default logs with my custom like that:
and thats how I use them:

GitHub
Crawlee—A web scraping and browser automation library for Node.js to build reliable crawlers. In JavaScript and TypeScript. Extract data for AI, LLMs, RAG, or GPTs. Download HTML, PDF, JPG, PNG, an...
