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
According to the help doc, this log level "should be used to log when you want to log when service requests are being retried. Will also enable LogDebug.", when I set this log level, I saw lots of other logs like DEBUG: Request dynamodb/PutItem Details:\n. If I just want the error log from AWS SDK when retry happens, how to achieve that? Thanks.
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 set the AWS SDK log level to
aws.LogDebugWithRequestRetries
:According to the help doc, this log level "should be used to log when you want to log when service requests are being retried. Will also enable LogDebug.", when I set this log level, I saw lots of other logs like
DEBUG: Request dynamodb/PutItem Details:\n
. If I just want the error log from AWS SDK when retry happens, how to achieve that? Thanks.Beta Was this translation helpful? Give feedback.
All reactions