hi
we are using express.js app and we are running it using following command
node app.js
it sends a lot of request logs to the console, sometimes with errors too, we also use it to output some info on console.
what we are looking is how we can disable only request logs.
thanks