默认日志 app.use(morgan(‘dev’)); 是否有类似log4j 的四个级别设置 debug、info、error、warn
https://github.com/expressjs/morgan#predefined-formats
没有 但是感觉题主像是指输出指定status的请求,这样的话,是可以用morgan的skip实现的
CNode 社区为国内最专业的 Node.js 开源技术社区,致力于 Node.js 的技术研究。
https://github.com/expressjs/morgan#predefined-formats
没有 但是感觉题主像是指输出指定status的请求,这样的话,是可以用morgan的skip实现的