CA
dependent-tan

Logging maximum

I have an apify actor that performs some quick actions (multiple per second) for a brief window of time, but when I look in the logs, I do not see them reflecting all of the activity the actor is supposedly doing. Is there a limit on the maximum amount of logging apify displays?
2 Replies
deep-jade
deep-jade2y ago
If logging is too fast - some lines will be hidden eventually - but we are talking about hundred of lines per seconds (let's say scraping with a very high concurrency). If you're logging some actions happening on page - it should all be in the logs. Are you sure that everything that is supposed to happen acutally happens? That all the parts of the code are reached, page loaded properly etc? Usually it's a first sign that something went wrong I'd say.
dependent-tan
dependent-tanOP2y ago
thank you and sorry about the delayed response @Andrey Bykov (I was AFK for a couple of weeks). good to know about the logging magnitude at which lines will be hidden. I do also need to look at whether my actor is clicking the right elements.

Did you find this page helpful?