Skip to content

Commit

Permalink
remove fine detail from info log
Browse files Browse the repository at this point in the history
  • Loading branch information
kubasobon committed Mar 20, 2024
1 parent bb85392 commit c4dc93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/flavors/benchmark/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func (a *AWS) initialize(ctx context.Context, log *logp.Logger, cfg *config.Conf
if err != nil {
return nil, nil, nil, fmt.Errorf("failed to get AWS Identity: %w", err)
}
log.Infof("successfully retrieved AWS Identity: %+v", awsIdentity)
log.Info("successfully retrieved AWS Identity")

return registry.NewRegistry(
log,
Expand Down

0 comments on commit c4dc93f

Please sign in to comment.