koa-logger-middleware
v1.0.0
Published
Koa2 middleware for logging requests using custom logger as winstonjs
Downloads
139
Maintainers
Readme
koa-logger-middleware
Configuration
- correlactionId: Boolean - add an correlactionId and set header X-Correlation-Id to it.
- logger: Object - eg: winstonjs, by default is console with coloration.
const winstonLogger = winston.createLogger({ level: 'info', format: winston.format.json(), transports: [ new winston.transports.Console({ format: winston.format.simple(), colorize: true, }) ] }); logger({ logger: winstonLogger });
See the file index.js to see all options
License
MIT © YSO Corp