Skip to content

Commit

Permalink
Debug powersupply
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Oct 2, 2024
1 parent 4436f2b commit 581f53c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/redfish/redfish.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ func (c *APIClient) BoardInfo() (*api.Board, error) {
State: string(ps.Status.State),
},
})
c.log.Debugw("powersupplies", "powersupply", ps)
}
c.log.Debugw("got chassis",
"Manufacturer", manufacturer, "Model", model, "Name", chass.Name,
Expand Down

0 comments on commit 581f53c

Please sign in to comment.