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.
4 Replies
Does exist an API method for this?
Log | API | SDK for JavaScript | Apify Documentation
The log instance enables level aware logging of messages and we advise
I don't use the JS or Python SDK 😅
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.