Skip to content

Commit bdc9975

Browse files
authored
Merge pull request #994 from andyzhangx/add-secret-name-log-1.19
[release-1.19] cleanup: add secret name in the log
2 parents e488183 + 69cca0d commit bdc9975

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
@@ -755,7 +755,7 @@ func (d *Driver) GetStorageAccountFromSecret(secretName, secretNamespace string)
755755
accountName := strings.TrimSpace(string(secret.Data[defaultSecretAccountName][:]))
756756
accountKey := strings.TrimSpace(string(secret.Data[defaultSecretAccountKey][:]))
757757

758-
klog.V(4).Infof("got storage account(%s) from secret", accountName)
758+
klog.V(4).Infof("got storage account(%s) from secret(%s) namespace(%s)", accountName, secretName, secretNamespace)
759759
return accountName, accountKey, nil
760760
}
761761

0 commit comments

Comments
 (0)