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());