Skip to content

Commit

Permalink
updated the table logging
Browse files Browse the repository at this point in the history
Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>
  • Loading branch information
dipankardas011 committed Aug 2, 2024
1 parent 7722cad commit 7ed88ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions logger/general_logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,10 @@ func (l *GeneralLog) Table(ctx context.Context, op consts.LogClusterDetail, data
)
}

println()
tbl.Print()
println()
println()
} else if op == consts.LoggingInfoCluster {
a, err := json.MarshalIndent(data[0], "", " ")
if err != nil {
Expand Down

0 comments on commit 7ed88ec

Please sign in to comment.