Skip to content

Commit

Permalink
chore: rename payload from data to message
Browse files Browse the repository at this point in the history
  • Loading branch information
airkei committed Jan 7, 2025
1 parent 7992ad4 commit 32799a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/otaclient_iot_logging_server_v1.proto
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ message PutLogRequest {
LogType log_type = 2;
uint64 timestamp = 3;
LogLevel level = 4;
string data = 5;
string message = 5;
}

message PutLogResponse {
Expand Down

0 comments on commit 32799a2

Please sign in to comment.