Skip to main content

Module log

Module log 

Source
Expand description

Client for accessing a run’s or build’s log.

Logs are accessible at the top level (/v2/logs/{buildOrRunId}) and nested under a run or build (.../log). The LogClient supports fetching the whole log as text and streaming it for real-time redirection (the “log redirection” feature).

Structs§

LogClient
Client for an Actor run or build log.
LogOptions
Options for retrieving or streaming a log (LogClient::get_with_options / LogClient::stream_with_options).