Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Add blank space before instance-id in log.Println #597

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

za
Copy link
Contributor

@za za commented Nov 19, 2024

stratus detonate aws.credential-access.ec2-steal-instance-credentials 

before:

2024/11/19 16:59:06 Waiting for instancei-0<snipped> to show up in AWS SSM

after:

2024/11/19 16:59:06 Waiting for instance i-0<snipped> to show up in AWS SSM

What does this PR do?

Just adding a blank space to make the log more readable.

before:
```
2024/11/19 16:59:06 Waiting for instancei-0<snipped> to show up in AWS SSM
```

after:
```
2024/11/19 16:59:06 Waiting for instance i-0<snipped> to show up in AWS SSM
```
@christophetd christophetd merged commit 654edae into DataDog:main Feb 11, 2025
5 checks passed
@christophetd
Copy link
Contributor

Thanks for contributing and apologies for the slow merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants