Skip to content

Commit 26cb3e6

Browse files
andyzhangxk8s-infra-cherrypick-robot
authored andcommitted
cleanup: decrease parsing volumeID log level
1 parent 2c5048c commit 26cb3e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/blob/blob.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ func (d *Driver) GetAuthEnv(ctx context.Context, volumeID, protocol string, attr
454454
rgName, accountName, containerName, secretNamespace, _, err := GetContainerInfo(volumeID)
455455
if err != nil {
456456
// ignore volumeID parsing error
457-
klog.V(2).Infof("parsing volumeID(%s) return with error: %v", volumeID, err)
457+
klog.V(6).Infof("parsing volumeID(%s) return with error: %v", volumeID, err)
458458
err = nil
459459
}
460460

0 commit comments

Comments
 (0)