A Bunyan serializer for Axios request/response objects, enabling structured logging of HTTP calls with full request/response details including headers, data, and status codes. Current stable version is 2.0.0. Provides a simple way to integrate Axios HTTP logging into any Bunyan-based logging setup. Released 2021-01-26, no release cadence. Key differentiator: minimal configuration, focused solely on Axios serialization.
npm install bunyan-axios-serializerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Sets up a Bunyan logger with the Axios serializers and logs an Axios request/response.
Use a custom serializer or redact fields in the Bunyan logger configuration.
Update to 2.0.0 and use import syntax; require() still works but is deprecated.
Add "type": "module" to package.json or use require() instead.
Use import bunyan from 'bunyan' instead of import { createLogger } from 'bunyan'.No dependency data recorded yet.