UNPKG

triathlon-logging

Version:

A global logging library for the Triathlon system.

5 lines 215 B
module.exports = opts => require('pino-pretty')({ ...opts, messageFormat: (log, messageKey) => `${log[messageKey].toString().replace(/^/, "\n").replace(/\n/g, "\n --> ")}`, customPrettifiers: { } })