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:
@@ -108,7 +108,7 @@ def json_to_html(element: dict, need_skyvern_attrs: bool = True) -> str:
|
|||||||
if not interactable:
|
if not interactable:
|
||||||
return ""
|
return ""
|
||||||
else:
|
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 = {}
|
attributes = {}
|
||||||
|
|
||||||
context = skyvern_context.ensure_context()
|
context = skyvern_context.ensure_context()
|
||||||
|
|||||||
Reference in New Issue
Block a user