Michael Dresser 5 лет назад
Родитель
Сommit
aa32e26ef4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      pkg/cloud/csvprovider.go

+ 1 - 1
pkg/cloud/csvprovider.go

@@ -286,7 +286,7 @@ func PVValueFromMapField(m string, n *v1.PersistentVolume) string {
 			skey := n.Spec.Capacity["storage"]
 			return skey.String()
 		} else {
-			klog.V(4).Infof("[ERROR] Unsupported InstanceIDField %s in CSV For PV", m)
+			log.Infof("[ERROR] Unsupported InstanceIDField %s in CSV For PV", m)
 			return ""
 		}
 	} else {