Excessive Unwanted Warning Logs #2999
Labels
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
potential-regression
Marking this issue as a potential regression to be checked by team member
Acknowledgements
go get -u github.com/aws/aws-sdk-go-v2/...
)Describe the bug
I'm running these versions of the various libraries and every time i make a call to S3 i get tons of these unstructured log messages that most emphatically do not want in my stdout / stderr
The documentation explicitly says
By default, service clients do not produce log messages.
but this seems to not be true.How can I turn this off?
Regression Issue
Expected Behavior
I expect the library not to log anything by default
Current Behavior
this keeps getting piped out to my stdout/stderr
Reproduction Steps
any calls to S3 to ListObjects, ListObjectVersions, PutObject etc
Possible Solution
No response
Additional Information/Context
No response
AWS Go SDK V2 Module Versions Used
Compiler and Version used
% go version go version go1.23.4 darwin/arm64
Operating System and version
MacOS 15.2
The text was updated successfully, but these errors were encountered: