节点日志可以使用标签筛选

This commit is contained in:
刘祥超
2022-01-03 11:03:43 +08:00
parent 30f53d50f0
commit 94e9ab5a0e
3 changed files with 92 additions and 71 deletions

View File

@@ -50,6 +50,7 @@ message CountNodeLogsRequest {
int64 serverId = 7;
int64 originId = 8;
bool isUnread = 9;
string tag = 10;
}
// 列出单页日志
@@ -68,6 +69,7 @@ message ListNodeLogsRequest {
bool allServers = 11; // 是否获取所有服务相关的日志
int64 originId = 12;
bool isUnread = 13;
string tag = 14;
}
message ListNodeLogsResponse {