File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " stagehand " : patch
3+ ---
4+
5+ fix logging param name
Original file line number Diff line number Diff line change @@ -606,7 +606,7 @@ async def sweep_stalled_requests():
606606 meta .pop (request_id , None )
607607 self ._stagehand .logger .debug (
608608 "⏳ forcing completion of stalled iframe document" ,
609- extra = {"url" : request_meta ["url" ][:120 ]},
609+ auxiliary = {"url" : request_meta ["url" ][:120 ]},
610610 )
611611 maybe_quiet ()
612612
@@ -620,7 +620,7 @@ async def timeout_guard():
620620 if len (inflight ) > 0 :
621621 self ._stagehand .logger .debug (
622622 "⚠️ DOM-settle timeout reached – network requests still pending" ,
623- extra = {"count" : len (inflight )},
623+ auxiliary = {"count" : len (inflight )},
624624 )
625625 resolve_done ()
626626
You can’t perform that action at this time.
0 commit comments