How can I override the default logs of Crawlee?
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:

