tab indent
This commit is contained in:
parent
24efbe6a41
commit
898848795b
@ -38,14 +38,14 @@ message StatsResponse {
|
|||||||
message LogRequest {
|
message LogRequest {
|
||||||
// service to request logs for
|
// service to request logs for
|
||||||
string service = 1;
|
string service = 1;
|
||||||
// stream records continuously
|
// stream records continuously
|
||||||
bool stream = 2;
|
bool stream = 2;
|
||||||
// count of records to request
|
// count of records to request
|
||||||
int64 count = 3;
|
int64 count = 3;
|
||||||
// relative time in seconds
|
// relative time in seconds
|
||||||
// before the current time
|
// before the current time
|
||||||
// from which to show logs
|
// from which to show logs
|
||||||
int64 since = 4;
|
int64 since = 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Record is service log record
|
// Record is service log record
|
||||||
|
Loading…
x
Reference in New Issue
Block a user