Apify

Apify and Crawlee Official Forum

b
F
A
J
A

How to disable PlaywrightCrawler request statistics on the console?

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


how can I disable it?

P.S.

I already have this:
Plain Text
... new PlaywrightCrawler({
    autoscaledPoolOptions: {
        loggingIntervalSecs: null,
L
n
3 comments
You can probably make loggingIntervalSecs very high
I did this:

Plain Text
loggingIntervalSecs: 9007199254740990,


and still I get this:
Plain Text
INFO  Statistics: PlaywrightCrawler request statistics: {"requestAvgFailedDurationMillis":null,"requestAvgFinishedDurationMillis":null,"requestsFinishedPerMinute":0,"requestsFailedPerMinute":0,"requestTotalDurationMillis":0,"requestsTotal":0,"crawlerRuntimeMillis":60629,"retryHistogram":[]}


I still want to disable it...
This topic is almost year old... still have this statistics in log files... I want to turn it off, pls help!

tried loggingIntervalSecs: 3600 which is 1 hour
and still get it every minute...
Add a reply
Sign up and join the conversation on Discord
Join