How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Morgan is a Node.js HTTP logging middleware designed to record incoming requests and outgoing responses. It captures request metadata and timing to facilitate API request auditing and server performance monitoring. The project utilizes token-based string interpolation and custom log tokens to extract specific properties from HTTP objects. It supports multi-destination logging by routing formatted log strings to various writable streams and employs log output sanitization to escape control characters. Additional capabilities include predicate-based log filtering to conditionally omit entries
A simple .notify wrapper to send micro errors to Bugsnag.
micro-sentry allows you to send micro errors to Sentry.
` $ npm install --save micro-morgan `
The main features of nickcis/micro-morgan are: Loggers, Errors & Reporting.
Open-source alternatives to nickcis/micro-morgan include: bugsnag/bugsnag-js — Error monitoring & reporting for JavaScript. expressjs/morgan — Morgan is a Node.js HTTP logging middleware designed to record incoming requests and outgoing responses. It captures… pauldariye/micro-notify — A simple .notify wrapper to send micro errors to Bugsnag. tanmulabs/micro-sentry — micro-sentry allows you to send micro errors to Sentry.