Apify Discord Mirror

Updated 5 months ago

Use terminal alternate screen

At a glance

The community member is asking about how to view logs when running an actor on the Apify platform. They would like to have a small TUI (Text-based User Interface) to monitor the crawl, as the Apify logs do not show anything. A community member responds that the logs are stored as plain text and displayed in the Apify Console, but there is no possibility for interaction with the user. To implement runtime interactivity, the community member would need to implement a web server and interact with the Run via (Web/Live)View tab.

Useful resources
This is probably a long shot, but I wonder if you can provide more information on how the log is shown when running an actor.
Is this the docker terminal? Or just some observability for the logs?
I would like to have a small TUI to monitor the crawl, it works locally but the Apify logs don't show anything.
Is there a way to use the log screen as a TUI?
Attachment
image.png
A
P
2 comments
just advanced to level 2! Thanks for your contributions! πŸŽ‰
Hi , from what I know the logs are stored just as plaintext informations, that are then displayed as formatted text in Apify Console. There is no possibility for interaction with the user.

To implement some level of runtime interactivity you would need to implement a webserver https://docs.apify.com/platform/actors/development/programming-interface/container-web-server and interact with the Run via (Web/Live)View tab.
Add a reply
Sign up and join the conversation on Discord