Skip to content

Commit

Permalink
add trace logging for config file credentials (#1287)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianstrauch authored May 19, 2022
1 parent 8eeef36 commit 8af2ba2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/pkg/auth/login_credentials_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ func (h *LoginCredentialsManagerImpl) GetPrerunCredentialsFromConfig(cfg *v1.Con
AuthRefreshToken: ctx.GetAuthRefreshToken(),
OrgResourceId: ctx.GetOrganization().GetResourceId(),
}
log.CliLogger.Tracef("credentials: %#v", credentials)

return credentials, nil
}
Expand Down

0 comments on commit 8af2ba2

Please sign in to comment.