fix: change scraper log level from info to debug (#3143)

Co-authored-by: devsy-bot <no-reply@devsy.ai>
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
devsy-bot[bot]
2025-08-08 08:56:30 -07:00
committed by GitHub
parent 7badca05bb
commit e3a3309e9c

View File

@@ -108,7 +108,7 @@ def json_to_html(element: dict, need_skyvern_attrs: bool = True) -> str:
if not interactable:
return ""
else:
LOG.info("Element is interactable. Trimmed all attributes instead of dropping it", element=element)
LOG.debug("Element is interactable. Trimmed all attributes instead of dropping it", element=element)
attributes = {}
context = skyvern_context.ensure_context()