How to disable PlaywrightCrawler request statistics on the console?

I see these messages on the console
 INFO  Statistics: PlaywrightCrawler request statistics: {"requestAvgFailedDurationMillis":null,


how can I disable it?

P.S.

I already have this:
... new PlaywrightCrawler({
    autoscaledPoolOptions: {
        loggingIntervalSecs: null,
Was this page helpful?