-
Notifications
You must be signed in to change notification settings - Fork 93
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
S3 Client customer logger doesn't print debug message properly #1267
Comments
Generally, the That being said, I think it's ok to make the messages print a single string in the spots you mentioned. |
Based on my understanding, pino and winston are two of the most popular logging libraries for Node.js. |
#1268 was merged, closing this issue. |
S3 Client customer logger doesn't print debug message properly #4650
There was a previous issue fixed. However, I found that the following files are still printing only 'endpoints' without useful debug messages.
packages/util-endpoints/utils/evaluateEndpointRule.ts
packages/util-endpoints/utils/evaluateConditions.ts
packages/util-endpoints/utils/evaluateCondition.ts
I would apply the same patch to these files.
The text was updated successfully, but these errors were encountered: