Failed to convert css shape to string shape by LLM log should be warning (#1197)

This commit is contained in:
Shuchang Zheng
2024-11-14 17:07:27 -08:00
committed by GitHub
parent 2a20a45e07
commit b2516dc95f

View File

@@ -250,11 +250,12 @@ async def _convert_css_shape_to_string(
)
return None
except Exception:
LOG.exception(
LOG.warning(
"Failed to convert css shape to string shape by LLM",
task_id=task.task_id,
step_id=step.step_id,
element_id=element_id,
exc_info=True,
)
return None