0

How would I go about logging (kind of like tail -f) every request using node-dev so that I am able to see which route is being hit, etc?

1 Answer 1

1

Since I am using Express.js, I have learned using app.use(express.logger()); accomplishes what I am looking for.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.