How do I force request.js to log requests completely?
Now some parts of the request are obscured by '[Object]' literals:
REQUEST { uri: 'https://example.org',
  method: 'POST',
  headers: 
   { 'Content-Type': 'application/json'},
  json: 
   { foo: 
      { bar: [Object]},
  callback: [Function] }
I enable logging via NODE_DEBUG='request'
