Streaming debug logs

Currently the way to debug a sequence (AFAICT at least, maybe I’m doing it wrong!) is to download the logs. This makes it harder to follow what is happening when a sequence fails in the middle, because it means going to a computer and downloading a file.

One easier solution to this would be to allow streaming of the logs via the web configurator. Other options like remote syslog or promtail or whatever would also work.

As it stands, debugging is a pain.

This is already posssible when using the beta updates (since 2.1.0): core-api/doc/integration-driver/driver-installation.md at ee10ae69784fad38526fe466ff0e874db0369e73 · unfoldedcircle/core-api · GitHub

1 Like

Well that’s awesome! I’m on the beta, just hadn’t found that specific URL.

Thank you!