We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1bed02 commit d80f137Copy full SHA for d80f137
aws_xray_sdk/core/utils/conversion.py
@@ -32,5 +32,5 @@ def metadata_to_dict(obj):
32
return obj
33
except Exception as e:
34
import pprint
35
- log.info("Failed to convert metadata to dict:\n%s", pprint.pformat(getattr(e, "args", None)))
+ log.warning("Failed to convert metadata to dict:\n%s", pprint.pformat(getattr(e, "args", None)))
36
return {}
0 commit comments