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 86186cb commit 22c425bCopy full SHA for 22c425b
veadk/tracing/telemetry/telemetry.py
@@ -183,9 +183,7 @@ def set_common_attributes_on_tool_span(current_span: _Span) -> None:
183
if hasattr(span.attributes, attr_name):
184
current_span.set_attribute(attr_name, span.attributes[attr_name])
185
else:
186
- logger.error(
187
- f"Parent span {span.name} does not have attribute {attr_name}"
188
- )
+ logger.error(f"Parent span does not have attribute {attr_name}")
189
190
191
def trace_send_data(): ...
0 commit comments