升级渲染失败日志:记录 LaTeX 内容
问题
当前日志只记录 ID,无法追溯失败的 LaTeX 公式。
修复(3 行)
# generate_formula_images.py
except Exception as e:
latex_preview = latex.replace('\n', ' ')[:50]
logging.warning(f"{id} | LaTeX: {latex_preview}... | Error: {e}")
This issue was proposed with assistance from Grok (by xAI).
升级渲染失败日志:记录 LaTeX 内容
问题
当前日志只记录
ID,无法追溯失败的 LaTeX 公式。修复(3 行)
This issue was proposed with assistance from Grok (by xAI).