Lukas Krivka
Lukas Krivka•2mo ago

Publishers, please use a status message

Publishers, please use a status message for important message to users, not logs. You can add message to Actor.exit or Actor.fail to be printed to top status. E.g. the leads scraper doesn't do it and looks like it just doesn't work at all.
No description
4 Replies
igolaizola
igolaizola•2mo ago
Does exist an API method for this?
Nicon
Nicon•2mo ago
Log | API | SDK for JavaScript | Apify Documentation
The log instance enables level aware logging of messages and we advise
igolaizola
igolaizola•2mo ago
I don't use the JS or Python SDK 😅
Lukas Krivka
Lukas KrivkaOP•2mo ago
Yep, all things that SDKs do runs through REST API https://docs.apify.com/api/v2/actor-run-put
Update status message | Apify Documentation
You can set a single status message on your run that will be displayed in the Apify Console UI.

Did you find this page helpful?