Node.js framework for building applications (cli, server, etc...).
Matter In Motion extension for pino logger
npm i @matter-in-motion/loggers.pino
- pino
- options
- destination
Both settings are described here
const logger = app.require('loggers.pino').get('app');
Return a child logger with added unit information
All loggers units are required to have one method get(unitName)
that returns an actual logger instance with { unit: unitName }
added to every message.
License: MIT.