Skip to content

Commit d80f137

Browse files
committed
change log level to warning
1 parent d1bed02 commit d80f137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_xray_sdk/core/utils/conversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ def metadata_to_dict(obj):
3232
return obj
3333
except Exception as e:
3434
import pprint
35-
log.info("Failed to convert metadata to dict:\n%s", pprint.pformat(getattr(e, "args", None)))
35+
log.warning("Failed to convert metadata to dict:\n%s", pprint.pformat(getattr(e, "args", None)))
3636
return {}

0 commit comments

Comments
 (0)