make 'element is blocked by another element' log a debug log (#1996)

This commit is contained in:
Shuchang Zheng
2025-03-21 15:18:52 -07:00
committed by GitHub
parent 3166c0dd17
commit ad2a915dc1

View File

@@ -305,7 +305,7 @@ async def _convert_css_shape_to_string(
_, blocked = await skyvern_frame.get_blocking_element_id(await skyvern_element.get_element_handler())
if blocked:
LOG.info(
LOG.debug(
"element is blocked by another element, going to abort conversion",
task_id=task_id,
step_id=step_id,