Skip to content
brady@bangasser:~$

Logging

package zrp.relay.v1

Client-streaming upload of debug logs. Used by clients to ship a debug bundle to the controller for support.

Methods

MethodTypeRequestResponse
UploadDebugLogclient streamingstream UploadChunkLogUploadResponse

Messages

MessageFields
UploadChunkbytes data = 1 (shared with BlobStore)
LogUploadResponsestring log_id = 1

The client streams UploadChunk messages and receives a single LogUploadResponse with the stored log_id when the stream closes.