Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Latest commit

 

History

History

README.md

express-nemo-error-logger

A middleware for express to add error logger

Options

Name Required Default value Description
createLogger func A function receiving the error and request object, returning a logger used to log errors.
eventTemplate func A function receiving the error and request object, returning a log event to be passed off to the logger.
excludeErrors [] An array of error names that should not be logged.