mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-11-25 14:36:28 +00:00
…rsation_app.py ### What problem does this PR solve? issue: #10188 change: This PR replaces traceback.print_exc() with logging.exception(e) in conversation_app.py to ensure that full error tracebacks are captured by the logging system instead of being written only to stderr. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)