axiomhq/next-axiom

Where can I find the body of http POST request?

Closed this issue · 1 comments

I've linked my Vercel project to Axiom project without code, only with the integration app in the marketplace.
Everything works but in the POST/PUT requests I can't find the body/payload.

error

How can I do that?
Thank you.

hi @matteocollina, we don't send that by default as this will make the size of the log much larger. you can do that by passing the request payload manually as an argument, for example:

log.debug('request info', req.body)