Skip to content

Commit

Permalink
Merge pull request redpanda-data#17037 from redpanda-data/prdevmpm/PE…
Browse files Browse the repository at this point in the history
…SDLC-944

Commented out this log info since it is AWS specific and affects GCP
  • Loading branch information
piyushredpanda authored Mar 13, 2024
2 parents 52a0e90 + 56bd961 commit 3ad9ef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/rp_cloud_cleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ def __init__(self, log_level=logging.INFO):
self.provider = make_provider_client(self.config.provider, self.log,
self.config.region, _keyId,
_secret)
self.log.info(f"# Provider {self.config.provider} initialized. Running"
f" as '{self.provider.get_caller_identity()['Arn']}'")
#self.log.info(f"# Provider {self.config.provider} initialized. Running"
# f" as '{self.provider.get_caller_identity()['Arn']}'")
self.utils = CloudClusterUtils(_fake_context, self.log, _keyId,
_secret, self.config.provider,
self.config.api_url, oauth_url_origin,
Expand Down

0 comments on commit 3ad9ef7

Please sign in to comment.