Added node and type selector UI to Error Logs screen (#1715)

This commit is contained in:
jinapurapu
2022-04-04 11:54:03 -07:00
committed by GitHub
parent 6f5cb4d1a5
commit 1d362aceaf
21 changed files with 951 additions and 91 deletions

View File

@@ -280,6 +280,7 @@ func (ac AdminClient) serviceTrace(ctx context.Context, threshold int64, s3, int
// implements madmin.GetLogs()
func (ac AdminClient) getLogs(ctx context.Context, node string, lineCnt int, logKind string) <-chan madmin.LogInfo {
return ac.Client.GetLogs(ctx, node, lineCnt, logKind)
}