Skip to content

Commit

Permalink
Move some debug level messages to info level
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Su <derek.su@suse.com>
(cherry picked from commit 77ed1a7)
  • Loading branch information
derekbit authored and mergify[bot] committed Jul 17, 2023
1 parent 83bd970 commit 7480d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/volume_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -2494,7 +2494,7 @@ func (c *VolumeController) getIsSchedulableToDiskNodes(v *longhorn.Volume, nodeN
// TODO: record the message to condition
log.Warn("Found 0 node has at least one schedulable disk")
} else {
log.Infof("Found node %v has at least one schedulable disk", schedulableNodeNames)
log.Debugf("Found node %v has at least one schedulable disk", schedulableNodeNames)
}
}()

Expand Down

0 comments on commit 7480d9a

Please sign in to comment.