restify-logger:用于restify的自定义记录器,基于morgan

时间:2024-07-28 01:33:07
【文件属性】:

文件名称:restify-logger:用于restify的自定义记录器,基于morgan

文件大小:3KB

文件格式:ZIP

更新时间:2024-07-28 01:33:07

JavaScript

恢复记录器 有关 AnyFetch 的详细信息,请访问 。 基于Restify 可定制记录器。 用法 var logger = require ( 'restify-logger' ) ; // You can use the skip parameter to skip some requests app . use ( logger ( 'custom' , { skip : function ( req ) { return process . env . NODE_ENV === "test" || req . method === "OPTIONS" || req . url === "/status" ; } } ) ) ; 这将显示: DELETE ???:/user/542d5154d0db17c03ecd1499 25ms 204 覆盖令牌 您可


【文件预览】:
restify-logger-master
----.jshintrc(2KB)
----lib()
--------index.js(1KB)
----README.md(1KB)
----.gitignore(244B)
----package.json(711B)

网友评论