feat: add langfuse llm node input and output (#16924)

This commit is contained in:
Joe
2025-03-27 16:32:12 +08:00
committed by GitHub
parent 7f8bfb6e4a
commit 82189e1bc5
2 changed files with 25 additions and 2 deletions

View File

@@ -49,6 +49,6 @@ def process_trace_tasks(file_info):
except Exception:
failed_key = f"{OPS_TRACE_FAILED_KEY}_{app_id}"
redis_client.incr(failed_key)
logging.info(f"Processing trace tasks failed, app_id: {app_id}")
logging.exception(f"Processing trace tasks failed, app_id: {app_id}")
finally:
storage.delete(file_path)