Skip to content

Commit 69776a5

Browse files
committed
chore: add cloud config logging in driver init
1 parent dd7bc52 commit 69776a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/blob/blob.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ func (d *Driver) Run(endpoint, kubeconfig string, testBool bool) {
215215
if err != nil {
216216
klog.Fatalf("failed to get Azure Cloud Provider, error: %v", err)
217217
}
218+
klog.V(2).Infof("cloud: %s, location: %s, rg: %s, VnetName: %s, VnetResourceGroup: %s, SubnetName: %s", d.cloud.Cloud, d.cloud.Location, d.cloud.ResourceGroup, d.cloud.VnetName, d.cloud.VnetResourceGroup, d.cloud.SubnetName)
218219

219220
d.mounter = &mount.SafeFormatAndMount{
220221
Interface: mount.New(""),

0 commit comments

Comments
 (0)