winston_request_logger
Generate request logging middleware for Express, Fastify, or Koa using Winston, with correlation IDs to trace requests across services.
Instructions
Create Express/Fastify request logging middleware using Winston with correlation IDs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| framework | No | express | |
| include_body | No | ||
| correlation_header | No | x-request-id |