You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently migrated to aws-sdk v3 for some typescript code but the new client seems to be a bit too chatty. I have been looking at this issue for a while but can't find any solution. All received commands are logged with the payload, this is obviously an issue cause of PII data being log. Is there any way to disable those logs? I tried a couple of solutions but nothing seem to work so far.
This are the entry lines I get on the logs.
{
clientName: 'SQSClient',
commandName: 'SendMessageCommand',
input: {
........ Lots of PII Data here ........
},
output: {
....
},
metadata: {
.....
}
}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I recently migrated to aws-sdk v3 for some typescript code but the new client seems to be a bit too chatty. I have been looking at this issue for a while but can't find any solution. All received commands are logged with the payload, this is obviously an issue cause of PII data being log. Is there any way to disable those logs? I tried a couple of solutions but nothing seem to work so far.
This are the entry lines I get on the logs.
Beta Was this translation helpful? Give feedback.
All reactions