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
is redundant. The exception already carries the message.
My use case is to check if there's already a segment open via get_trace_entity(). I handle the exception and create a new segment if needed. I still end up with the error message from the SDK in my logs.
The text was updated successfully, but these errors were encountered:
melbaa
changed the title
handle_content_missing RUNTIME_ERROR reduntant error log
handle_content_missing RUNTIME_ERROR redundant error log
Nov 25, 2021
Hello,
I believe logging the error message at
aws-xray-sdk-python/aws_xray_sdk/core/context.py
Line 123 in 05f5e8f
My use case is to check if there's already a segment open via get_trace_entity(). I handle the exception and create a new segment if needed. I still end up with the error message from the SDK in my logs.
The text was updated successfully, but these errors were encountered: