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

chore: use logger.PrintXX instead of fmt.PrintXX #2257

Merged
merged 1 commit into from Feb 21, 2024

Conversation

stevenh
Copy link
Contributor

@stevenh stevenh commented Feb 20, 2024

What does this PR do?

Use logger for printing output instead of raw output to Stdout which causes issues with running tests.

Why is it important?

Using raw Stdout via fmt.PrintXX methods corrupts the output when running tests and benchmarks.

Use logger for printing output instead of raw output to Stdout which
causes issues with running tests.
@stevenh stevenh requested a review from a team as a code owner February 20, 2024 22:27
Copy link

netlify bot commented Feb 20, 2024

Deploy Preview for testcontainers-go ready!

Name Link
🔨 Latest commit 9336421
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-go/deploys/65d5273778cac00008732e0c
😎 Deploy Preview https://deploy-preview-2257--testcontainers-go.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@mdelapenya mdelapenya self-assigned this Feb 21, 2024
@mdelapenya mdelapenya added the chore Changes that do not impact the existing functionality label Feb 21, 2024
Copy link
Collaborator

@mdelapenya mdelapenya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this quick fix! Much appreciated! 🙇

@mdelapenya mdelapenya merged commit 154cb34 into testcontainers:main Feb 21, 2024
91 checks passed
@stevenh stevenh deleted the chore/use-logger branch February 21, 2024 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Changes that do not impact the existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants