Skip to content

Commit

Permalink
log_streaming: don't expose protocol internals
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Oes <[email protected]>
  • Loading branch information
julianoes committed Apr 22, 2024
1 parent edb5f5d commit d3e4a0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions protos/log_streaming/log_streaming.proto
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ message LogStreamingRawResponse {

// Raw logging data type
message LogStreamingRaw {
uint32 first_message_offset = 1; // Offset into data where first message starts
string data = 2; // Logged data as base64
string data = 1; // Ulog file stream data encoded as base64
}

// Result type.
Expand Down

0 comments on commit d3e4a0b

Please sign in to comment.