服务访问日志增加今天和历史的访问日志查看

This commit is contained in:
刘祥超
2020-10-31 17:45:04 +08:00
parent 276df988d5
commit 9e94b05f34
4 changed files with 36 additions and 24 deletions

View File

@@ -30,6 +30,7 @@ message ListHTTPAccessLogsRequest {
int64 size = 3;
string day = 4;
bool reverse = 5; // 是否反向查找
bool hasError = 6;
}
message ListHTTPAccessLogsResponse {