Skip to content

Commit

Permalink
adding print rawCmdList
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmayja committed Nov 5, 2024
1 parent 5e2a48d commit 2ff6bc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions info/as_parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,8 @@ func (info *AsInfo) GetAsInfo(cmdList ...string) (NodeAsStats, error) {
return nil, fmt.Errorf("failed to create cmd list: %w", err)
}

info.log.V(1).Info("Raw command list", "commands", rawCmdList)

return info.execute(info.log, rawCmdList, m, cmdList...)
}

Expand Down

0 comments on commit 2ff6bc9

Please sign in to comment.