Revert "feat: add langfuse llm node input and output" (#16947)

This commit is contained in:
crazywoola
2025-03-27 17:42:12 +08:00
committed by GitHub
parent 377d11d13b
commit ea1d459423
2 changed files with 2 additions and 25 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.exception(f"Processing trace tasks failed, app_id: {app_id}")
logging.info(f"Processing trace tasks failed, app_id: {app_id}")
finally:
storage.delete(file_path)