Skip to content

Commit ba268e7

Browse files
committed
improve logging
Signed-off-by: Markus Blaschke <[email protected]>
1 parent c49a991 commit ba268e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azuresdk/armclient/client.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ func (azureClient *ArmClient) LazyConnect() error {
143143
azureClient.logger.Info(
144144
`connecting to Azure`,
145145
slog.String("azureEnvironment", string(azureClient.cloud.Name)),
146-
slog.String("AzureAD", azureClient.cloud.ActiveDirectoryAuthorityHost),
147-
slog.String("ResourceManager", azureClient.cloud.Services[cloud.ResourceManager].Endpoint),
146+
slog.String("msGraph", azureClient.cloud.ActiveDirectoryAuthorityHost),
147+
slog.String("resourceManager", azureClient.cloud.Services[cloud.ResourceManager].Endpoint),
148148
)
149149

150150
// try to get token

0 commit comments

Comments
 (0)