Fix log non-utf8 parse error (#94)

This commit is contained in:
Otto Winter 2021-08-24 01:48:58 +02:00 committed by GitHub
parent 738346c9cb
commit a93f22d8f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -574,7 +574,7 @@ message SubscribeLogsResponse {
option (no_delay) = false;
LogLevel level = 1;
string message = 3;
bytes message = 3;
bool send_failed = 4;
}

File diff suppressed because one or more lines are too long