How to override `maxRequestRetries` error log
there is a function
that is triggered once maxRequestRetries is done, how could I override this log message with my own? I don't want to see whole stacktrace in my logs, I just want to notify that there is an error and details can be found under some id in DB
should I disable logs for error and handle them manually?
3 Replies
View post on community site
This post has been pushed to the community knowledgebase. Any replies in this thread will be synced to the community site.
Apify Community
extended-salmonOP•7mo ago
I just want to know how can I ger rid of these defaut logs...

extended-salmonOP•7mo ago
okey I manage to do it with my proxy class: