Skip to content

Commit 1f9d87e

Browse files
committed
cleanup: decrease parsing volumeID log level
1 parent fce7ec4 commit 1f9d87e

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
@@ -469,7 +469,7 @@ func (d *Driver) GetAuthEnv(ctx context.Context, volumeID, protocol string, attr
469469
rgName, accountName, containerName, secretNamespace, _, err := GetContainerInfo(volumeID)
470470
if err != nil {
471471
// ignore volumeID parsing error
472-
klog.V(2).Infof("parsing volumeID(%s) return with error: %v", volumeID, err)
472+
klog.V(6).Infof("parsing volumeID(%s) return with error: %v", volumeID, err)
473473
err = nil
474474
}
475475

0 commit comments

Comments
 (0)