We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5126126 commit b5b99b7Copy full SHA for b5b99b7
aws_xray_sdk/core/utils/conversion.py
@@ -31,5 +31,5 @@ def metadata_to_dict(obj):
31
else:
32
return obj
33
except Exception:
34
- log.exception("Failed to convert {} to dict".format(str(obj)))
+ log.exception("Failed to convert metadata to dict")
35
return {}
0 commit comments