A console formatter plugin for the bole logger, version 0.1.10. It formats and colorizes JSON log output and writes to stdout. Options include timestamp, hostname, pid, indentation, colors, and request details. No recent updates; likely in maintenance mode. Lightweight alternative to more complex logging formatters.
npm install bole-consoleNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to create a console stream with timestamp and request details, then output via bole.
Call boleConsole(options) without new.
Ensure bole is installed and use bole.output() to register this stream.
Consider migrating to modern logging libraries like pino or winston.
Remove the `new` keyword: `const stream = boleConsole(options);`
Install bole: `npm install bole`
Use `const boleConsole = require('bole-console');` in CommonJS.No dependency data recorded yet.