Open
Description
Feature request
Use Case
I'd like to be able to connect to a question running on a service revision at any given time and see the latest logs stream to me in real time.
Current state
I can use the get_events
function and EventReplayer
class periodically but this requires repeated manual execution.
Proposed Solution
Add an octue logs
CLI command that sets up a subscriber to the events of a question and displays them in real time.