openhands.runtime.utils.log_streamer
LogStreamer Objects
class LogStreamer()
Streams Docker container logs to stdout.
This class provides a way to stream logs from a Docker container directly to stdout through the provided logging function.
close
def close(timeout: float = 5.0)
Clean shutdown of the log streaming.