Improved logger to capture detailed metadata for each request and response, including method, URL, transport, address, location, timezone, platform, and user agent.
Combined city, region, and country into a single location field for readability.
Ensured consistent handling of null values for improved structure and parsing.
Included error messages in logs for status codes >= 400 and response cookies.
city
,region
, andcountry
into a singlelocation
field for readability.