mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-02-26 20:25:38 +08:00
实现日志消息聚合
This commit is contained in:
@@ -70,6 +70,7 @@ func (this *IndexAction) RunGet(params struct {
|
||||
"createdTime": timeutil.FormatTime("Y-m-d H:i:s", log.CreatedAt),
|
||||
"level": log.Level,
|
||||
"isToday": timeutil.FormatTime("Y-m-d", log.CreatedAt) == timeutil.Format("Y-m-d"),
|
||||
"count": log.Count,
|
||||
"node": maps.Map{
|
||||
"id": node.Id,
|
||||
"cluster": maps.Map{
|
||||
|
||||
Reference in New Issue
Block a user