Skip to content

Commit

Permalink
log debug lsblk output.
Browse files Browse the repository at this point in the history
  • Loading branch information
preslavgerchev committed May 27, 2024
1 parent dcdc822 commit 27e3791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/os/connection/snapshot/blockdevices.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func (cmdRunner *LocalCommandRunner) GetBlockDevices() (*BlockDevices, error) {
if err := json.Unmarshal(data, blockEntries); err != nil {
return nil, err
}
log.Debug().Interface("blockEntries", blockEntries).Msg("debug>block entries")
log.Debug().Str("blockEntries", string(data)).Msg("debug>block entries")
return blockEntries, nil
}

Expand Down

0 comments on commit 27e3791

Please sign in to comment.