browserbase / stagehand

An AI web browsing framework focused on simplicity and extensibility.
https://www.browserbase.com
MIT License
1.16k stars 43 forks source link

Add structured logging #189

Closed kamath closed 2 days ago

kamath commented 2 days ago

why

Logs are a mess right now and really hard to debug. This adds structured logging that can be more easily digested and analyzed downstream

what changed

Added structured JSON logging, most notably in an auxiliary field that contains any variable fields for a log

test plan

Examples work

kamath commented 2 days ago

Also need to update EvalLogger