mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-26 12:16:40 +08:00
优化源站调度
This commit is contained in:
@@ -39,6 +39,7 @@ message CountNodeLogsRequest {
|
||||
string keyword = 5;
|
||||
string level = 6;
|
||||
int64 serverId = 7;
|
||||
int64 originId = 8;
|
||||
}
|
||||
|
||||
// 列出单页日志
|
||||
@@ -55,6 +56,7 @@ message ListNodeLogsRequest {
|
||||
int64 serverId = 9;
|
||||
int32 fixedState = 10;
|
||||
bool allServers = 11; // 是否获取所有服务相关的日志
|
||||
int64 originId = 12;
|
||||
}
|
||||
|
||||
message ListNodeLogsResponse {
|
||||
|
||||
Reference in New Issue
Block a user