Skip to content

Commit b5b99b7

Browse files
authored
Changed logging to avoid overflow (#302)
1 parent 5126126 commit b5b99b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_xray_sdk/core/utils/conversion.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ def metadata_to_dict(obj):
3131
else:
3232
return obj
3333
except Exception:
34-
log.exception("Failed to convert {} to dict".format(str(obj)))
34+
log.exception("Failed to convert metadata to dict")
3535
return {}

0 commit comments

Comments
 (0)