Restify logger
Visit http://anyfetch.com for details about AnyFetch.
Customizable logger for Restify based on mogan.
Usage
var logger = ; // You can use the skip parameter to skip some requestsapp;
This will display:
DELETE ???:/user/542d5154d0db17c03ecd1499 25ms 204
Overriding tokens
You can specify a function to be used by the user
token:
// Overwrite the default user function, that only writes '???:'logger;
This will display:
DELETE test@anyfetch.com:/user/542d5154d0db17c03ecd1499 25ms 204
Overriding formats
var logger = ; // morgan syntaxloggerapp;
This will display:
DELETE /user/542d5154d0db17c03ecd1499 204
Support: support@anyfetch.com
.