Skip to content
Advertisement

Tag: morgan

How to log user input with Morgan?

Good morning, I am trying to log user input from user when using morgan and express. What I am specifically trying to log is noted in this image: (The user posted a request with an object that includes two key/value pairs “name” and “number”) How would I go about logging this? Custom tokens or is there a predefined method I

Advertisement