Skip to content

Commit 0a1bc7f

Browse files
authored
Merge pull request #198 from UiPath/fix/spamy_log_otel_exporter_2
fix(otel): spamy logs
2 parents 302b876 + a1c7611 commit 0a1bc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uipath_langchain/_tracing/_oteladapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def _process_span_attributes(self, span_data: Dict[str, Any]) -> Dict[str, Any]:
206206

207207
span_data["Attributes"] = json.dumps(processed_attributes)
208208

209-
logger.info(f"Transformed span: {span_data}")
209+
logger.debug(f"Transformed span: {span_data}")
210210
return span_data
211211

212212
def _send_with_retries(

0 commit comments

Comments
 (0)