节点日志可以通过日期、关键词、级别等筛选

This commit is contained in:
刘祥超
2021-05-19 19:03:58 +08:00
parent 8e2e50684b
commit bbb7e03df4
5 changed files with 139 additions and 41 deletions

View File

@@ -10,4 +10,5 @@ message NodeLog {
string level = 4;
int64 nodeId = 5;
int64 createdAt = 6;
int32 count = 7;
}