Skip to content

Commit 9b3f9ba

Browse files
authored
Merge pull request #2076 from k8s-infra-cherrypick-robot/cherry-pick-2073-to-release-1.24
[release-1.24] cleanup: decrease parsing volumeID log level
2 parents 2c5048c + 26cb3e6 commit 9b3f9ba

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)