1.3.0 • Published 3 years ago

express-nemo-request-response-logger v1.3.0

Weekly downloads
30
License
MIT
Repository
github
Last release
3 years ago

express-nemo-request-response-logger

A middleware for express, adding request and response logging

Options

NameRequiredDefault valueDescription
logEventFactoryfuncA function receiving the request and response object, returning a log event to be passed off to the logger.
loggerFunctionNamedebugThe name of the function to be called on the logger. Can be used to change the level a request/response is logged with.