Skip to content

Commit

Permalink
upper default logger level(debug) for ldm
Browse files Browse the repository at this point in the history
Signed-off-by: SSmallMonster <[email protected]>
  • Loading branch information
SSmallMonster committed Oct 7, 2023
1 parent a9471cd commit bc17b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/install/localdiskmanager/localdiskmanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ var ldmDaemonSet = appsv1.DaemonSet{
Args: []string{
"--endpoint=$(CSI_ENDPOINT)",
"--nodeid=$(NODENAME)",

"--v=5",
},
ImagePullPolicy: corev1.PullIfNotPresent,
SecurityContext: &corev1.SecurityContext{
Expand Down

0 comments on commit bc17b91

Please sign in to comment.