Skip to content

Commit

Permalink
Merge pull request #675 from andyzhangx/add-logging-init
Browse files Browse the repository at this point in the history
chore: add cloud config logging in driver init
  • Loading branch information
andyzhangx authored May 11, 2022
2 parents dd7bc52 + 69776a5 commit 4fb525a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/blob/blob.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ func (d *Driver) Run(endpoint, kubeconfig string, testBool bool) {
if err != nil {
klog.Fatalf("failed to get Azure Cloud Provider, error: %v", err)
}
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)

d.mounter = &mount.SafeFormatAndMount{
Interface: mount.New(""),
Expand Down

0 comments on commit 4fb525a

Please sign in to comment.