Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
どのルートがヒットしているかなどを確認できるように、node-devを使用してすべてのリクエストをログに記録するにはどうすればよいですか(tail -fのようなものです)。
私は Express.js を使用しているので、私app.use(express.logger());が探しているものを使用することで達成できることを学びました。
app.use(express.logger());