我正在通过以下方式使用 good-squeeze
// ...
{
module: 'good-squeeze',
name: 'Squeeze',
args: [
{
log: '*',
response: '*',
request: '*'
}
]
},
// ...
当我访问localhost:3000/health
它时
2016-09-28T10:50:26.652, [response] http://0.0.0.0:3000: post /health {} 200 (321ms)
如何防止来自此特定路由的响应记录?