🚨 Shai-Hulud Strikes Again:More than 700 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

gluestick-plugin-bunyan

Package Overview
Dependencies
Maintainers
6
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gluestick-plugin-bunyan

Plugin for supporting Bunyan in GlueStick project

latest
Source
npmnpm
Version
4.6.6
Version published
Maintainers
6
Created
Source

gluestick-plugin-bunyan

This plugin allows you to use bunyan as a logger.

How to use

  • Install plugin
npm install --save gluestick-plugin-bunyan
  • Define plugin in src/gluestick.plugins.js:
export default ['gluestick-plugin-bunyan'];
  • Add file in src/ folder called bunyan.config.js and add configuration in it
export default {
   name: <string>,  // Required
   level: <level name or number>,
   stream: <node.js stream>,
   streams: [<bunyan streams>, ...],
   serializers: <serializers mapping>,
   src: <boolean>,
};

Here you can read more about options.

FAQs

Package last updated on 27 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts